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

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.KemidCombineDonorStatement
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

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

This KemidCombineDonorStatement class provides the KEMIDs to be combined for data on a Donor Statement.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
KemidCombineDonorStatement()
           
 
Method Summary
 Date getCombineDate()
          Gets the combineDate.
 org.kuali.rice.kns.util.KualiInteger getCombineDonorSeq()
          Gets the combineDonorSeq.
 String getCombineWithKemid()
          Gets the combineWithKemid.
 KEMID getCombineWithKemidObjRef()
          Gets the combineWithKemidObjRef.
 String getKemid()
          Gets the kemid.
 KEMID getKemidObjRef()
          Gets the kemidObjRef.
 Date getTerminateCombineDate()
          Gets the terminateCombineDate.
 void setCombineDate(Date combineDate)
          Sets the combineDate.
 void setCombineDonorSeq(org.kuali.rice.kns.util.KualiInteger combineDonorSeq)
          Sets the combineDonorSeq.
 void setCombineWithKemid(String combineWithKemid)
          Sets the combineWithKemid.
 void setCombineWithKemidObjRef(KEMID combineWithKemidObjRef)
          Sets the combineWithKemidObjRef.
 void setKemid(String kemid)
          Sets the kemid.
 void setKemidObjRef(KEMID kemidObjRef)
          Sets the kemidObjRef.
 void setTerminateCombineDate(Date terminateCombineDate)
          Sets the terminateCombineDate.
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

KemidCombineDonorStatement

public KemidCombineDonorStatement()
Method Detail

toStringMapper

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

getCombineDate

public Date getCombineDate()
Gets the combineDate.

Returns:
combineDate

setCombineDate

public void setCombineDate(Date combineDate)
Sets the combineDate.

Parameters:
combineDate -

getCombineDonorSeq

public org.kuali.rice.kns.util.KualiInteger getCombineDonorSeq()
Gets the combineDonorSeq.

Returns:
combineDonorSeq

setCombineDonorSeq

public void setCombineDonorSeq(org.kuali.rice.kns.util.KualiInteger combineDonorSeq)
Sets the combineDonorSeq.

Parameters:
combineDonorSeq -

getCombineWithKemid

public String getCombineWithKemid()
Gets the combineWithKemid.

Returns:
combineWithKemid

setCombineWithKemid

public void setCombineWithKemid(String combineWithKemid)
Sets the combineWithKemid.

Parameters:
combineWithKemid -

getCombineWithKemidObjRef

public KEMID getCombineWithKemidObjRef()
Gets the combineWithKemidObjRef.

Returns:
combineWithKemidObjRef

setCombineWithKemidObjRef

public void setCombineWithKemidObjRef(KEMID combineWithKemidObjRef)
Sets the combineWithKemidObjRef.

Parameters:
combineWithKemidObjRef -

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 -

getTerminateCombineDate

public Date getTerminateCombineDate()
Gets the terminateCombineDate.

Returns:
terminateCombineDate

setTerminateCombineDate

public void setTerminateCombineDate(Date terminateCombineDate)
Sets the terminateCombineDate.

Parameters:
terminateCombineDate -


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