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

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

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

This KemidSpecialInstruction class provides the various special instructions coded by the organization that apply to the KEMID.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
KemidSpecialInstruction()
           
 
Method Summary
 AgreementSpecialInstruction getAgreementSpecialInstruction()
          Gets the agreementSpecialInstruction.
 String getAgreementSpecialInstructionCode()
          Gets the agreementSpecialInstructionCode.
 String getComments()
          Gets the comments.
 Date getInstructionEndDate()
          Gets the instructionEndDate.
 org.kuali.rice.kns.util.KualiInteger getInstructionSeq()
          Gets the instructionSeq.
 Date getInstructionStartDate()
          Gets the instructionStartDate.
 String getKemid()
          Gets the kemid.
 KEMID getKemidObjRef()
          Gets the kemidObjRef.
 void setAgreementSpecialInstruction(AgreementSpecialInstruction agreementSpecialInstruction)
          Sets the agreementSpecialInstruction.
 void setAgreementSpecialInstructionCode(String agreementSpecialInstructionCode)
          Sets the agreementSpecialInstructionCode.
 void setComments(String comments)
          Sets the comments.
 void setInstructionEndDate(Date instructionEndDate)
          Sets the instructionEndDate.
 void setInstructionSeq(org.kuali.rice.kns.util.KualiInteger instructionSeq)
          Sets the instructionSeq.
 void setInstructionStartDate(Date instructionStartDate)
          Sets the instructionStartDate.
 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

KemidSpecialInstruction

public KemidSpecialInstruction()
Method Detail

toStringMapper

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

getAgreementSpecialInstruction

public AgreementSpecialInstruction getAgreementSpecialInstruction()
Gets the agreementSpecialInstruction.

Returns:
agreementSpecialInstruction

setAgreementSpecialInstruction

public void setAgreementSpecialInstruction(AgreementSpecialInstruction agreementSpecialInstruction)
Sets the agreementSpecialInstruction.

Parameters:
agreementSpecialInstruction -

getAgreementSpecialInstructionCode

public String getAgreementSpecialInstructionCode()
Gets the agreementSpecialInstructionCode.

Returns:
agreementSpecialInstructionCode

setAgreementSpecialInstructionCode

public void setAgreementSpecialInstructionCode(String agreementSpecialInstructionCode)
Sets the agreementSpecialInstructionCode.

Parameters:
agreementSpecialInstructionCode -

getComments

public String getComments()
Gets the comments.

Returns:
comments

setComments

public void setComments(String comments)
Sets the comments.

Parameters:
comments -

getInstructionEndDate

public Date getInstructionEndDate()
Gets the instructionEndDate.

Returns:
instructionEndDate

setInstructionEndDate

public void setInstructionEndDate(Date instructionEndDate)
Sets the instructionEndDate.

Parameters:
instructionEndDate -

getInstructionSeq

public org.kuali.rice.kns.util.KualiInteger getInstructionSeq()
Gets the instructionSeq.

Returns:
instructionSeq

setInstructionSeq

public void setInstructionSeq(org.kuali.rice.kns.util.KualiInteger instructionSeq)
Sets the instructionSeq.

Parameters:
instructionSeq -

getInstructionStartDate

public Date getInstructionStartDate()
Gets the instructionStartDate.

Returns:
instructionStartDate

setInstructionStartDate

public void setInstructionStartDate(Date instructionStartDate)
Sets the instructionStartDate.

Parameters:
instructionStartDate -

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.