public class ColumnReconciliation extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COLUMN_NAME_DELIMITERS |
Constructor and Description |
---|
ColumnReconciliation()
Constructs a ColumnReconciliation.java.
|
Modifier and Type | Method and Description |
---|---|
org.kuali.rice.core.api.util.type.KualiDecimal |
getDollarAmount()
Gets the dollarAmount attribute.
|
String |
getFieldName()
Gets the fieldName attribute.
|
String[] |
getTokenizedFieldNames()
Gets the tokenizedFieldNames attribute
|
void |
setDollarAmount(org.kuali.rice.core.api.util.type.KualiDecimal dollarAmount)
Sets the dollarAmount attribute value.
|
void |
setFieldName(String fieldName)
Sets the fieldName and tokenizedFieldNames attribute values.
|
public static final String COLUMN_NAME_DELIMITERS
public ColumnReconciliation()
public org.kuali.rice.core.api.util.type.KualiDecimal getDollarAmount()
public void setDollarAmount(org.kuali.rice.core.api.util.type.KualiDecimal dollarAmount)
dollarAmount
- The dollarAmount to set.public String getFieldName()
public String[] getTokenizedFieldNames()
public void setFieldName(String fieldName)
fieldName
- The fieldName to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.