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

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.GLInterfaceBatchStatisticsTableRowValues
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.bo.BusinessObject

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

See Also:
Serialized Form

Constructor Summary
GLInterfaceBatchStatisticsTableRowValues()
           
 
Method Summary
 String getChartColumn2()
          Gets the chartColumn2 attribute.
 String getDocumenTypeColumn1()
          Gets the documenTypeColumn1 attribute.
 String getObjectColumn3()
          Gets the objectColumn3 attribute.
 void setChartColumn2(String chartColumn2)
          Sets the chartColumn2 attribute.
 void setDocumenTypeColumn1(String documenTypeColumn1)
          Sets the documenTypeColumn1 attribute.
 void setObjectColumn3(String objectColumn3)
          Sets the objectColumn3 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

GLInterfaceBatchStatisticsTableRowValues

public GLInterfaceBatchStatisticsTableRowValues()
Method Detail

getDocumenTypeColumn1

public String getDocumenTypeColumn1()
Gets the documenTypeColumn1 attribute.

Returns:
Returns the documenTypeColumn1.

setDocumenTypeColumn1

public void setDocumenTypeColumn1(String documenTypeColumn1)
Sets the documenTypeColumn1 attribute.


getChartColumn2

public String getChartColumn2()
Gets the chartColumn2 attribute.

Returns:
Returns the chartColumn2.

setChartColumn2

public void setChartColumn2(String chartColumn2)
Sets the chartColumn2 attribute.


getObjectColumn3

public String getObjectColumn3()
Gets the objectColumn3 attribute.

Returns:
Returns the objectColumn3.

setObjectColumn3

public void setObjectColumn3(String objectColumn3)
Sets the objectColumn3 attribute.


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.