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

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.FeeProcessingTotalsProcessedReportHeader
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.bo.BusinessObject
Direct Known Subclasses:
GLInterfaceBatchTotalsProcessedReportHeader

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

See Also:
Serialized Form

Constructor Summary
FeeProcessingTotalsProcessedReportHeader()
           
 
Method Summary
 String getColumnHeading1()
          Gets the columnHeading1 attribute.
 String getColumnHeading2()
          Gets the columnHeading2 attribute.
 String getColumnHeading3()
          Gets the columnHeading3 attribute.
 String getColumnHeading4()
          Gets the columnHeading4 attribute.
 String getColumnHeading5()
          Gets the columnHeading5 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.
 void setColumnHeading4(String columnHeading4)
          Sets the columnHeading4 attribute.
 void setColumnHeading5(String columnHeading5)
          Sets the columnHeading5 attribute value.
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

FeeProcessingTotalsProcessedReportHeader

public FeeProcessingTotalsProcessedReportHeader()
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.


getColumnHeading4

public String getColumnHeading4()
Gets the columnHeading4 attribute.

Returns:
Returns the columnHeading4.

setColumnHeading4

public void setColumnHeading4(String columnHeading4)
Sets the columnHeading4 attribute.


getColumnHeading5

public String getColumnHeading5()
Gets the columnHeading5 attribute.

Returns:
Returns the columnHeading5.

setColumnHeading5

public void setColumnHeading5(String columnHeading5)
Sets the columnHeading5 attribute value.

Parameters:
columnHeading5 - The columnHeading5 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.