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

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
              extended by org.kuali.kfs.module.endow.businessobject.GLInterfaceBatchTotalsProcessedReportHeader
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.bo.BusinessObject

public class GLInterfaceBatchTotalsProcessedReportHeader
extends FeeProcessingTotalsProcessedReportHeader

See Also:
Serialized Form

Constructor Summary
GLInterfaceBatchTotalsProcessedReportHeader()
           
 
Method Summary
 int getColumn1MaxLength()
          get max length for column1
 int getColumn2MaxLength()
          get max length for column2
 int getColumn3MaxLength()
          get max length for column3
 int getColumn4MaxLength()
          get max length for column4
 int getColumn5MaxLength()
          get max length for column5
 int getColumn6MaxLength()
          get max length for column6
 String getColumnHeading6()
          Gets the columnHeading6 attribute.
 void setColumnHeading6(String columnHeading6)
          Sets the columnHeading6 attribute.
protected  LinkedHashMap toStringMapper()
          A map of the "keys" of this transient business object
 
Methods inherited from class org.kuali.kfs.module.endow.businessobject.FeeProcessingTotalsProcessedReportHeader
getColumnHeading1, getColumnHeading2, getColumnHeading3, getColumnHeading4, getColumnHeading5, setColumnHeading1, setColumnHeading2, setColumnHeading3, setColumnHeading4, setColumnHeading5
 
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

GLInterfaceBatchTotalsProcessedReportHeader

public GLInterfaceBatchTotalsProcessedReportHeader()
Method Detail

getColumnHeading6

public String getColumnHeading6()
Gets the columnHeading6 attribute.

Returns:
Returns the columnHeading6.

setColumnHeading6

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


getColumn1MaxLength

public int getColumn1MaxLength()
get max length for column1


getColumn2MaxLength

public int getColumn2MaxLength()
get max length for column2


getColumn3MaxLength

public int getColumn3MaxLength()
get max length for column3


getColumn4MaxLength

public int getColumn4MaxLength()
get max length for column4


getColumn5MaxLength

public int getColumn5MaxLength()
get max length for column5


getColumn6MaxLength

public int getColumn6MaxLength()
get max length for column6


toStringMapper

protected LinkedHashMap toStringMapper()
A map of the "keys" of this transient business object

Overrides:
toStringMapper in class FeeProcessingTotalsProcessedReportHeader
See Also:
BusinessObjectBase.toStringMapper()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.