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

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.module.endow.businessobject.KemidReportGroup
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class KemidReportGroup
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

This KemidReportGroup class provides the report group for consolidated reporting to which the KEMID belongs.

See Also:
Serialized Form

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

KemidReportGroup

public KemidReportGroup()
Method Detail

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()

getCombineGroup

public CombineGroupCode getCombineGroup()
Gets the combineGroup.

Returns:
combineGroup

setCombineGroup

public void setCombineGroup(CombineGroupCode combineGroup)
Sets the combineGroup.

Parameters:
combineGroup -

getCombineGroupCode

public String getCombineGroupCode()
Gets the combineGroupCode.

Returns:
combineGroupCode

setCombineGroupCode

public void setCombineGroupCode(String combineGroupCode)
Sets the combineGroupCode.

Parameters:
combineGroupCode -

getCombineGroupSeq

public org.kuali.rice.kns.util.KualiInteger getCombineGroupSeq()
Gets the combineGroupSeq.

Returns:
combineGroupSeq

setCombineGroupSeq

public void setCombineGroupSeq(org.kuali.rice.kns.util.KualiInteger combineGroupSeq)
Sets the combineGroupSeq.

Parameters:
combineGroupSeq -

getDateAdded

public Date getDateAdded()
Gets the dateAdded.

Returns:
dateAdded

setDateAdded

public void setDateAdded(Date dateAdded)
Sets the dateAdded.

Parameters:
dateAdded -

getDateTerminated

public Date getDateTerminated()
Gets the dateTerminated.

Returns:
dateTerminated

setDateTerminated

public void setDateTerminated(Date dateTerminated)
Sets the dateTerminated.

Parameters:
dateTerminated -

getKemid

public String getKemid()
Gets the kemid.

Returns:
kemid

setKemid

public void setKemid(String kemid)
Sets the kemid.

Parameters:
kemid -

getKemidObjRef

public KEMID getKemidObjRef()
Gets the kemidObjRef.

Returns:
kemidObjRef

setKemidObjRef

public void setKemidObjRef(KEMID kemidObjRef)
Sets the kemidObjRef.

Parameters:
kemidObjRef -


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