public class AwardScienceKeyword extends AbstractScienceKeyword implements SequenceAssociate<Award>
UPDATE_USER_LENGTH| Constructor and Description |
|---|
AwardScienceKeyword()
Empty constructor for AwardScienceKeyword.
|
AwardScienceKeyword(Long awardId,
ScienceKeyword scienceKeyword)
Constructs a AwardScienceKeyword.
|
| Modifier and Type | Method and Description |
|---|---|
Award |
getAward()
Gets the award attribute.
|
Long |
getAwardScienceKeywordId()
Gets the awardScienceKeywordId attribute.
|
Integer |
getSequenceNumber()
This gets the current version number.
|
Award |
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 |
setAward(Award award)
Sets the award attribute value.
|
void |
setAwardScienceKeywordId(Long awardScienceKeywordId)
Sets the awardScienceKeywordId attribute value.
|
void |
setSequenceOwner(Award sequenceOwner)
This sets the sequence owner on the associate.
|
getScienceKeyword, getScienceKeywordCode, getScienceKeywordDescription, getSelectKeyword, setScienceKeyword, setScienceKeywordCode, setScienceKeywordDescription, setSelectKeywordgetAuthorPersonName, 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 AwardScienceKeyword()
public AwardScienceKeyword(Long awardId, ScienceKeyword scienceKeyword)
awardId - scienceKeyword - public Long getAwardScienceKeywordId()
public void setAwardScienceKeywordId(Long awardScienceKeywordId)
awardScienceKeywordId - The awardScienceKeywordId to set.public Award getAward()
public void setAward(Award award)
award - The award to set.public Award getSequenceOwner()
SequenceAssociategetSequenceOwner in interface SequenceAssociate<Award>public void setSequenceOwner(Award sequenceOwner)
SequenceAssociatesetSequenceOwner in interface SequenceAssociate<Award>public Integer getSequenceNumber()
SequenceablegetSequenceNumber in interface Sequenceablepublic void resetPersistenceState()
resetPersistenceState in interface SequenceableSequenceable.resetPersistenceState()Copyright © 2013 The Kuali Foundation. All Rights Reserved.