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

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

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

See Also:
Serialized Form

Constructor Summary
GLInterfaceBatchStatisticsReportDetailTableRow()
           
 
Method Summary
 String getDocumentType()
          Gets the documentType attribute.
 long getGLEntriesGenerated()
          Gets the gLEntriesGenerated attribute.
 long getNumberOfExceptions()
          Gets the numberOfExceptions attribute.
 void increaseGLEntriesGeneratedCount()
          method to increase the count of number of GL entries
 void increaseNumberOfExceptionsCount()
          method to increase the count of number of exceptions
 void setDocumentType(String documentType)
          Sets the documentType attribute.
 void setGLEntriesGenerated(long gLEntriesGenerated)
          Sets the gLEntriesGenerated attribute.
 void setNumberOfExceptions(long numberOfExceptions)
          Sets the numberOfExceptions 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

GLInterfaceBatchStatisticsReportDetailTableRow

public GLInterfaceBatchStatisticsReportDetailTableRow()
Method Detail

getDocumentType

public String getDocumentType()
Gets the documentType attribute.

Returns:
Returns the documentType.

setDocumentType

public void setDocumentType(String documentType)
Sets the documentType attribute.


getGLEntriesGenerated

public long getGLEntriesGenerated()
Gets the gLEntriesGenerated attribute.

Returns:
Returns the gLEntriesGenerated.

setGLEntriesGenerated

public void setGLEntriesGenerated(long gLEntriesGenerated)
Sets the gLEntriesGenerated attribute.


getNumberOfExceptions

public long getNumberOfExceptions()
Gets the numberOfExceptions attribute.

Returns:
Returns the numberOfExceptions.

setNumberOfExceptions

public void setNumberOfExceptions(long numberOfExceptions)
Sets the numberOfExceptions attribute.


increaseGLEntriesGeneratedCount

public void increaseGLEntriesGeneratedCount()
method to increase the count of number of GL entries


increaseNumberOfExceptionsCount

public void increaseNumberOfExceptionsCount()
method to increase the count of number of exceptions


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.