|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.gl.batch.service.impl.ColumnReconciliation
public class ColumnReconciliation
Data for reconciliation of columns
Field Summary | |
---|---|
static String |
COLUMN_NAME_DELIMITERS
|
Constructor Summary | |
---|---|
ColumnReconciliation()
Constructs a ColumnReconciliation.java. |
Method Summary | |
---|---|
org.kuali.rice.kns.util.KualiDecimal |
getDollarAmount()
Gets the dollarAmount attribute. |
String |
getFieldName()
Gets the fieldName attribute. |
String[] |
getTokenizedFieldNames()
Gets the tokenizedFieldNames attribute |
void |
setDollarAmount(org.kuali.rice.kns.util.KualiDecimal dollarAmount)
Sets the dollarAmount attribute value. |
void |
setFieldName(String fieldName)
Sets the fieldName and tokenizedFieldNames attribute values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String COLUMN_NAME_DELIMITERS
Constructor Detail |
---|
public ColumnReconciliation()
Method Detail |
---|
public org.kuali.rice.kns.util.KualiDecimal getDollarAmount()
public void setDollarAmount(org.kuali.rice.kns.util.KualiDecimal dollarAmount)
dollarAmount
- The dollarAmount to set.public String getFieldName()
public String[] getTokenizedFieldNames()
public void setFieldName(String fieldName)
fieldName
- The fieldName to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |