public class InstitutionalProposalScienceKeyword extends AbstractScienceKeyword implements SequenceAssociate
UPDATE_USER_LENGTH| Constructor and Description |
|---|
InstitutionalProposalScienceKeyword() |
InstitutionalProposalScienceKeyword(InstitutionalProposal institutionalProposal,
ScienceKeyword scienceKeyword)
Constructs a PropScienceKeyword.
|
| Modifier and Type | Method and Description |
|---|---|
InstitutionalProposal |
getInstitutionalProposal()
Gets the institutionalProposal attribute.
|
String |
getProposalNumber()
Gets the proposalNumber attribute.
|
Long |
getProposalScienceKeywordId() |
Boolean |
getSelectKeyword()
Gets the selectKeyword attribute.
|
Integer |
getSequenceNumber()
Gets the sequenceNumber attribute.
|
SequenceOwner |
getSequenceOwner()
The SequenceOwner is returned; "this" should be returned if this associate is the sequence owner.
|
void |
resetPersistenceState()
This method resets the persistence state used to establish
whether this is a new entity or an already-persisted entity.
|
void |
setInstitutionalProposal(InstitutionalProposal institutionalProposal)
Sets the institutionalProposal attribute value.
|
void |
setProposalNumber(String proposalNumber)
Sets the proposalNumber attribute value.
|
void |
setProposalScienceKeywordId(Long proposalScienceKeywordId) |
void |
setSelectKeyword(Boolean selectKeyword)
Sets the selectKeyword attribute value.
|
void |
setSequenceNumber(Integer sequenceNumber)
Sets the sequenceNumber attribute value.
|
void |
setSequenceOwner(SequenceOwner newlyVersionedOwner)
This sets the sequence owner on the associate.
|
getScienceKeyword, getScienceKeywordCode, getScienceKeywordDescription, setScienceKeyword, setScienceKeywordCode, setScienceKeywordDescriptiongetAuthorPersonName, 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, setVersionNumberpublic InstitutionalProposalScienceKeyword()
public InstitutionalProposalScienceKeyword(InstitutionalProposal institutionalProposal, ScienceKeyword scienceKeyword)
proposalNumber - scienceKeyword - public Long getProposalScienceKeywordId()
public void setProposalScienceKeywordId(Long proposalScienceKeywordId)
public String getProposalNumber()
public void setProposalNumber(String proposalNumber)
proposalNumber - The proposalNumber to set.public Integer getSequenceNumber()
getSequenceNumber in interface Sequenceablepublic void setSequenceNumber(Integer sequenceNumber)
sequenceNumber - The sequenceNumber to set.public InstitutionalProposal getInstitutionalProposal()
public void setInstitutionalProposal(InstitutionalProposal institutionalProposal)
institutionalProposal - The institutionalProposal to set.public Boolean getSelectKeyword()
getSelectKeyword in class AbstractScienceKeywordpublic void setSelectKeyword(Boolean selectKeyword)
setSelectKeyword in class AbstractScienceKeywordselectKeyword - The selectKeyword 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()Copyright © 2013 The Kuali Foundation. All Rights Reserved.