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

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

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

See Also:
Serialized Form

Constructor Summary
GLInterfaceBatchStatisticsReportHeader()
           
 
Method Summary
 String getColumnHeading1()
          Gets the columnHeading1 attribute.
 String getColumnHeading2()
          Gets the columnHeading2 attribute.
 String getColumnHeading3()
          Gets the columnHeading3 attribute.
 void setColumnHeading1(String columnHeading1)
          Sets the columnHeading1 attribute.
 void setColumnHeading2(String columnHeading2)
          Sets the columnHeading2 attribute.
 void setColumnHeading3(String columnHeading3)
          Sets the columnHeading3 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

GLInterfaceBatchStatisticsReportHeader

public GLInterfaceBatchStatisticsReportHeader()
Method Detail

getColumnHeading1

public String getColumnHeading1()
Gets the columnHeading1 attribute.

Returns:
Returns the columnHeading1.

setColumnHeading1

public void setColumnHeading1(String columnHeading1)
Sets the columnHeading1 attribute.


getColumnHeading2

public String getColumnHeading2()
Gets the columnHeading2 attribute.

Returns:
Returns the columnHeading2.

setColumnHeading2

public void setColumnHeading2(String columnHeading2)
Sets the columnHeading2 attribute.


getColumnHeading3

public String getColumnHeading3()
Gets the columnHeading3 attribute.

Returns:
Returns the columnHeading3.

setColumnHeading3

public void setColumnHeading3(String columnHeading3)
Sets the columnHeading3 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.