org.kuali.kfs.module.endow.businessobject
Class GLInterfaceBatchTotalsProcessedTableRowValues

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.TransientBusinessObjectBase
          extended by org.kuali.kfs.module.endow.businessobject.GLInterfaceBatchTotalsProcessedTableRowValues
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.bo.BusinessObject

public class GLInterfaceBatchTotalsProcessedTableRowValues
extends org.kuali.rice.kns.bo.TransientBusinessObjectBase

See Also:
Serialized Form

Constructor Summary
GLInterfaceBatchTotalsProcessedTableRowValues()
           
 
Method Summary
 String getChartCode()
          Gets the chartCode attribute.
 org.kuali.rice.kns.util.KualiDecimal getCreditAmount()
          Gets the creditAmount attribute.
 org.kuali.rice.kns.util.KualiDecimal getDebitAmount()
          Gets the debitAmount attribute.
 String getDocumentType()
          Gets the documentType attribute.
 long getNumberOfEntries()
          Gets the numberOfEntries attribute.
 String getObjectCode()
          Gets the objectCode attribute.
 void setChartCode(String chartCode)
          Sets the chartCode attribute.
 void setCreditAmount(org.kuali.rice.kns.util.KualiDecimal creditAmount)
          Sets the creditAmount attribute value.
 void setDebitAmount(org.kuali.rice.kns.util.KualiDecimal debitAmount)
          Sets the debitAmount attribute value.
 void setDocumentType(String documentType)
          Sets the documentType attribute.
 void setNumberOfEntries(long numberOfEntries)
          Sets the numberOfEntries attribute value.
 void setObjectCode(String objectCode)
          Sets the objectCode attribute.
protected  LinkedHashMap toStringMapper()
          A map of the "keys" of this transient business object
 
Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase
refresh
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GLInterfaceBatchTotalsProcessedTableRowValues

public GLInterfaceBatchTotalsProcessedTableRowValues()
Method Detail

getDocumentType

public String getDocumentType()
Gets the documentType attribute.

Returns:
Returns the documentType.

setDocumentType

public void setDocumentType(String documentType)
Sets the documentType attribute.


getChartCode

public String getChartCode()
Gets the chartCode attribute.

Returns:
Returns the chartCode.

setChartCode

public void setChartCode(String chartCode)
Sets the chartCode attribute.


getObjectCode

public String getObjectCode()
Gets the objectCode attribute.

Returns:
Returns the objectCode.

setObjectCode

public void setObjectCode(String objectCode)
Sets the objectCode attribute.


getDebitAmount

public org.kuali.rice.kns.util.KualiDecimal getDebitAmount()
Gets the debitAmount attribute.

Returns:
Returns the debitAmount.

setDebitAmount

public void setDebitAmount(org.kuali.rice.kns.util.KualiDecimal debitAmount)
Sets the debitAmount attribute value.

Parameters:
DebitAmount - The debitAmount to set.

getCreditAmount

public org.kuali.rice.kns.util.KualiDecimal getCreditAmount()
Gets the creditAmount attribute.

Returns:
Returns the creditAmount.

setCreditAmount

public void setCreditAmount(org.kuali.rice.kns.util.KualiDecimal creditAmount)
Sets the creditAmount attribute value.

Parameters:
creditAmount - The creditAmount to set.

getNumberOfEntries

public long getNumberOfEntries()
Gets the numberOfEntries attribute.

Returns:
Returns the numberOfEntries.

setNumberOfEntries

public void setNumberOfEntries(long numberOfEntries)
Sets the numberOfEntries attribute value.

Parameters:
creditAmount - The numberOfEntries to set.

toStringMapper

protected LinkedHashMap toStringMapper()
A map of the "keys" of this transient business object

Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()


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