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

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

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

See Also:
Serialized Form

Constructor Summary
EndowmentProcessedReportHeader()
           
 
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.
 String getColumnHeading6()
          Gets the columnHeading6 attribute.
 String getColumnHeading7()
          Gets the columnHeading7 attribute.
 String getColumnHeading8()
          Gets the columnHeading8 attribute.
 void setColumnHeading1(String columnHeading1)
          Sets the columnHeading1 attribute value.
 void setColumnHeading2(String columnHeading2)
          Sets the columnHeading2 attribute value.
 void setColumnHeading3(String columnHeading3)
          Sets the columnHeading3 attribute value.
 void setColumnHeading4(String columnHeading4)
          Sets the columnHeading4 attribute value.
 void setColumnHeading5(String columnHeading5)
          Sets the columnHeading5 attribute value.
 void setColumnHeading6(String columnHeading6)
          Sets the columnHeading6 attribute value.
 void setColumnHeading7(String columnHeading7)
          Sets the columnHeading7 attribute value.
 void setColumnHeading8(String columnHeading8)
          Sets the columnHeading8 attribute value.
protected  LinkedHashMap<String,Object> 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

EndowmentProcessedReportHeader

public EndowmentProcessedReportHeader()
Method Detail

getColumnHeading1

public String getColumnHeading1()
Gets the columnHeading1 attribute.

Returns:
Returns the columnHeading1.

setColumnHeading1

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

Parameters:
columnHeading1 - The columnHeading1 to set.

getColumnHeading2

public String getColumnHeading2()
Gets the columnHeading2 attribute.

Returns:
Returns the columnHeading2.

setColumnHeading2

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

Parameters:
columnHeading2 - The columnHeading2 to set.

getColumnHeading3

public String getColumnHeading3()
Gets the columnHeading3 attribute.

Returns:
Returns the columnHeading3.

setColumnHeading3

public void setColumnHeading3(String columnHeading3)
Sets the columnHeading3 attribute value.

Parameters:
columnHeading3 - The columnHeading3 to set.

getColumnHeading4

public String getColumnHeading4()
Gets the columnHeading4 attribute.

Returns:
Returns the columnHeading4.

setColumnHeading4

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

Parameters:
columnHeading4 - The columnHeading4 to set.

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.

getColumnHeading6

public String getColumnHeading6()
Gets the columnHeading6 attribute.

Returns:
Returns the columnHeading6.

setColumnHeading6

public void setColumnHeading6(String columnHeading6)
Sets the columnHeading6 attribute value.

Parameters:
columnHeading6 - The columnHeading6 to set.

getColumnHeading7

public String getColumnHeading7()
Gets the columnHeading7 attribute.

Returns:
Returns the columnHeading7.

setColumnHeading7

public void setColumnHeading7(String columnHeading7)
Sets the columnHeading7 attribute value.

Parameters:
columnHeading7 - The columnHeading7 to set.

getColumnHeading8

public String getColumnHeading8()
Gets the columnHeading8 attribute.

Returns:
Returns the columnHeading8.

setColumnHeading8

public void setColumnHeading8(String columnHeading8)
Sets the columnHeading8 attribute value.

Parameters:
columnHeading8 - The columnHeading8 to set.

toStringMapper

protected LinkedHashMap<String,Object> 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.