public class InstitutionalProposalNotepad extends InstitutionalProposalAssociate implements SequenceAssociate
UPDATE_USER_LENGTH| Constructor and Description |
|---|
InstitutionalProposalNotepad() |
| Modifier and Type | Method and Description |
|---|---|
List<org.kuali.rice.krad.bo.Note> |
getAttachments() |
String |
getComments() |
Date |
getCreateTimestamp()
Gets the createTimeStamp attribute.
|
String |
getCreateUser() |
String |
getCreateUserName() |
Integer |
getEntryNumber() |
Long |
getNoteId() |
String |
getNoteTopic()
Gets the noteTopic attribute.
|
Long |
getProposalNotepadId() |
String |
getProposalNumber()
Gets the proposalNumber attribute.
|
boolean |
getRestrictedView() |
SequenceOwner |
getSequenceOwner()
The SequenceOwner is returned; "this" should be returned if this associate is the sequence owner.
|
protected void |
postPersist() |
void |
resetPersistenceState()
This method resets the persistence state used to establish
whether this is a new entity or an already-persisted entity.
|
void |
setAttachments(List<org.kuali.rice.krad.bo.Note> attachments) |
void |
setComments(String comments) |
void |
setCreateTimestamp(Date createTimestamp)
Sets the createTimeStamp attribute value.
|
void |
setCreateUser(String createUser) |
void |
setEntryNumber(Integer entryNumber) |
void |
setNoteId(Long noteId) |
void |
setNoteTopic(String noteTopic)
Sets the noteTopic attribute value.
|
void |
setProposalNotepadId(Long proposalNotepadId) |
void |
setProposalNumber(String proposalNumber)
Sets the proposalNumber attribute value.
|
void |
setRestrictedView(boolean restrictedView) |
void |
setSequenceOwner(SequenceOwner newlyVersionedOwner)
This sets the sequence owner on the associate.
|
getInstitutionalProposal, getSequenceNumber, setInstitutionalProposal, setSequenceNumbergetAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, prePersist, preUpdate, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSequenceNumberpublic Long getProposalNotepadId()
public void setProposalNotepadId(Long proposalNotepadId)
public String getProposalNumber()
InstitutionalProposalAssociategetProposalNumber in class InstitutionalProposalAssociatepublic void setProposalNumber(String proposalNumber)
InstitutionalProposalAssociatesetProposalNumber in class InstitutionalProposalAssociateproposalNumber - The proposalNumber to set.public Integer getEntryNumber()
public void setEntryNumber(Integer entryNumber)
public String getComments()
public void setComments(String comments)
public boolean getRestrictedView()
public void setRestrictedView(boolean restrictedView)
public String getNoteTopic()
public void setNoteTopic(String noteTopic)
noteTopic - The noteTopic to set.public Date getCreateTimestamp()
public void setCreateTimestamp(Date createTimestamp)
createTimeStamp - The createTimeStamp to set.public SequenceOwner getSequenceOwner()
SequenceAssociategetSequenceOwner in interface SequenceAssociateSequenceAssociate.getSequenceOwner()public void setSequenceOwner(SequenceOwner newlyVersionedOwner)
SequenceAssociatesetSequenceOwner in interface SequenceAssociateSequenceAssociate.setSequenceOwner(org.kuali.kra.SequenceOwner)public void resetPersistenceState()
SequenceableresetPersistenceState in interface SequenceableSequenceable.resetPersistenceState()protected void postPersist()
KraPersistableBusinessObjectBasepostPersist in class KraPersistableBusinessObjectBasePersistableBusinessObjectBase.afterInsert(org.apache.ojb.broker.PersistenceBroker)public List<org.kuali.rice.krad.bo.Note> getAttachments()
public void setAttachments(List<org.kuali.rice.krad.bo.Note> attachments)
public Long getNoteId()
public void setNoteId(Long noteId)
public String getCreateUser()
public String getCreateUserName()
public void setCreateUser(String createUser)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.