org.kuali.kfs.gl.batch.service.impl
Class ColumnReconciliation

java.lang.Object
  extended by org.kuali.kfs.gl.batch.service.impl.ColumnReconciliation

public class ColumnReconciliation
extends Object

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

COLUMN_NAME_DELIMITERS

public static final String COLUMN_NAME_DELIMITERS
See Also:
Constant Field Values
Constructor Detail

ColumnReconciliation

public ColumnReconciliation()
Constructs a ColumnReconciliation.java.

Method Detail

getDollarAmount

public org.kuali.rice.kns.util.KualiDecimal getDollarAmount()
Gets the dollarAmount attribute.

Returns:
Returns the dollarAmount.

setDollarAmount

public void setDollarAmount(org.kuali.rice.kns.util.KualiDecimal dollarAmount)
Sets the dollarAmount attribute value.

Parameters:
dollarAmount - The dollarAmount to set.

getFieldName

public String getFieldName()
Gets the fieldName attribute.

Returns:
Returns the fieldName.

getTokenizedFieldNames

public String[] getTokenizedFieldNames()
Gets the tokenizedFieldNames attribute

Returns:

setFieldName

public void setFieldName(String fieldName)
Sets the fieldName and tokenizedFieldNames attribute values.

Parameters:
fieldName - The fieldName to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.