| |
|
| java.lang.Object org.kuali.module.gl.util.ColumnReconciliation
ColumnReconciliation | public class ColumnReconciliation (Code) | | Data for reconciliation of columns
|
COLUMN_NAME_DELIMITERS | final public static String COLUMN_NAME_DELIMITERS(Code) | | |
ColumnReconciliation | public ColumnReconciliation()(Code) | | Constructs a ColumnReconciliation.java.
|
getDollarAmount | public KualiDecimal getDollarAmount()(Code) | | Gets the dollarAmount attribute.
Returns the dollarAmount. |
getFieldName | public String getFieldName()(Code) | | Gets the fieldName attribute.
Returns the fieldName. |
getTokenizedFieldNames | public String[] getTokenizedFieldNames()(Code) | | Gets the tokenizedFieldNames attribute
|
setDollarAmount | public void setDollarAmount(KualiDecimal dollarAmount)(Code) | | Sets the dollarAmount attribute value.
Parameters: dollarAmount - The dollarAmount to set. |
setFieldName | public void setFieldName(String fieldName)(Code) | | Sets the fieldName and tokenizedFieldNames attribute values.
Parameters: fieldName - The fieldName to set. |
|
|
|