public class InstitutionalProposalCustomData extends InstitutionalProposalAssociate implements SequenceAssociate, DocumentCustomData
UPDATE_USER_LENGTH| Constructor and Description |
|---|
InstitutionalProposalCustomData()
Constructs a InstitutionalProposalCustomData.java.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CustomAttribute |
getCustomAttribute()
This method...
|
Long |
getCustomAttributeId()
This method...
|
Long |
getProposalCustomDataId()
This method...
|
SequenceOwner |
getSequenceOwner()
The SequenceOwner is returned; "this" should be returned if this associate is the sequence owner.
|
String |
getValue()
This method...
|
int |
hashCode() |
void |
resetPersistenceState()
This method resets the persistence state used to establish
whether this is a new entity or an already-persisted entity.
|
void |
setCustomAttribute(CustomAttribute customAttribute)
This method...
|
void |
setCustomAttributeId(Long customAttributeId)
This method...
|
void |
setProposalCustomDataId(Long proposalCustomDataId)
This method...
|
void |
setSequenceOwner(SequenceOwner newlyVersionedOwner)
This sets the sequence owner on the associate.
|
void |
setValue(String value)
This method...
|
getInstitutionalProposal, getProposalNumber, getSequenceNumber, setInstitutionalProposal, setProposalNumber, setSequenceNumbergetAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, 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, finalize, getClass, notify, notifyAll, wait, wait, waitgetSequenceNumberpublic InstitutionalProposalCustomData()
public Long getProposalCustomDataId()
public void setProposalCustomDataId(Long proposalCustomDataId)
proposalCustomDataId - public Long getCustomAttributeId()
getCustomAttributeId in interface DocumentCustomDatapublic void setCustomAttributeId(Long customAttributeId)
setCustomAttributeId in interface DocumentCustomDatacustomAttributeId - public String getValue()
getValue in interface DocumentCustomDatapublic void setValue(String value)
setValue in interface DocumentCustomDatavalue - public CustomAttribute getCustomAttribute()
getCustomAttribute in interface DocumentCustomDatapublic void setCustomAttribute(CustomAttribute customAttribute)
setCustomAttribute in interface DocumentCustomDatacustomAttribute - 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()public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2013 The Kuali Foundation. All Rights Reserved.