|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.TransientBusinessObjectBase
org.kuali.kfs.module.endow.businessobject.GLInterfaceBatchStatisticsReportDetailTableRow
public class GLInterfaceBatchStatisticsReportDetailTableRow
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 |
---|
public GLInterfaceBatchStatisticsReportDetailTableRow()
Method Detail |
---|
public String getDocumentType()
public void setDocumentType(String documentType)
public long getGLEntriesGenerated()
public void setGLEntriesGenerated(long gLEntriesGenerated)
public long getNumberOfExceptions()
public void setNumberOfExceptions(long numberOfExceptions)
public void increaseGLEntriesGeneratedCount()
public void increaseNumberOfExceptionsCount()
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |