|
||||||||||
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.PersistableBusinessObjectBase
org.kuali.kfs.module.endow.businessobject.KemidReportGroup
public class KemidReportGroup
This KemidReportGroup class provides the report group for consolidated reporting to which the KEMID belongs.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
KemidReportGroup()
|
Method Summary | |
---|---|
CombineGroupCode |
getCombineGroup()
Gets the combineGroup. |
String |
getCombineGroupCode()
Gets the combineGroupCode. |
org.kuali.rice.kns.util.KualiInteger |
getCombineGroupSeq()
Gets the combineGroupSeq. |
Date |
getDateAdded()
Gets the dateAdded. |
Date |
getDateTerminated()
Gets the dateTerminated. |
String |
getKemid()
Gets the kemid. |
KEMID |
getKemidObjRef()
Gets the kemidObjRef. |
void |
setCombineGroup(CombineGroupCode combineGroup)
Sets the combineGroup. |
void |
setCombineGroupCode(String combineGroupCode)
Sets the combineGroupCode. |
void |
setCombineGroupSeq(org.kuali.rice.kns.util.KualiInteger combineGroupSeq)
Sets the combineGroupSeq. |
void |
setDateAdded(Date dateAdded)
Sets the dateAdded. |
void |
setDateTerminated(Date dateTerminated)
Sets the dateTerminated. |
void |
setKemid(String kemid)
Sets the kemid. |
void |
setKemidObjRef(KEMID kemidObjRef)
Sets the kemidObjRef. |
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
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 |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow |
Constructor Detail |
---|
public KemidReportGroup()
Method Detail |
---|
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public CombineGroupCode getCombineGroup()
public void setCombineGroup(CombineGroupCode combineGroup)
combineGroup
- public String getCombineGroupCode()
public void setCombineGroupCode(String combineGroupCode)
combineGroupCode
- public org.kuali.rice.kns.util.KualiInteger getCombineGroupSeq()
public void setCombineGroupSeq(org.kuali.rice.kns.util.KualiInteger combineGroupSeq)
combineGroupSeq
- public Date getDateAdded()
public void setDateAdded(Date dateAdded)
dateAdded
- public Date getDateTerminated()
public void setDateTerminated(Date dateTerminated)
dateTerminated
- public String getKemid()
public void setKemid(String kemid)
kemid
- public KEMID getKemidObjRef()
public void setKemidObjRef(KEMID kemidObjRef)
kemidObjRef
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |