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

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

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

See Also:
Serialized Form

Constructor Summary
EndowmentExceptionReportHeader()
           
 
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.
 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.
 void setColumnHeading6(String columnHeading6)
          Sets the columnHeading6 attribute value.
 void setColumnHeading7(String columnHeading7)
          Sets the columnHeading7 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

EndowmentExceptionReportHeader

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

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.

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.