public class AwardSpecialReview extends SpecialReview<AwardSpecialReviewExemption> implements SequenceAssociate<Award>
UPDATE_USER_LENGTH| Constructor and Description |
|---|
AwardSpecialReview() |
| Modifier and Type | Method and Description |
|---|---|
AwardSpecialReviewExemption |
createSpecialReviewExemption(String exemptionTypeCode)
Creates a SpecialReviewExemption for the given type based on the exemptionTypeCode.
|
boolean |
equals(Object obj) |
Long |
getAwardId() |
Long |
getAwardSpecialReviewId() |
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.
|
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 |
setAwardId(Long awardId) |
void |
setAwardSpecialReviewId(Long awardSpecialReviewId) |
void |
setSequenceOwner(Award sequenceOwner)
This sets the sequence owner on the associate.
|
buildListOfDeletionAwareLists, getApplicationDate, getApprovalDate, getApprovalType, getApprovalTypeCode, getComments, getExemptionTypeCodes, getExpirationDate, getProtocolNumber, getProtocolStatus, getSpecialReviewExemptions, getSpecialReviewNumber, getSpecialReviewType, getSpecialReviewTypeCode, postLoad, setApplicationDate, setApprovalDate, setApprovalType, setApprovalTypeCode, setComments, setExemptionTypeCodes, setExpirationDate, setProtocolNumber, setProtocolStatus, setSpecialReviewExemptions, setSpecialReviewNumber, setSpecialReviewType, setSpecialReviewTypeCodegetAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, prePersist, preUpdate, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic Long getAwardSpecialReviewId()
public void setAwardSpecialReviewId(Long awardSpecialReviewId)
public Long getAwardId()
public void setAwardId(Long awardId)
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()public AwardSpecialReviewExemption createSpecialReviewExemption(String exemptionTypeCode)
createSpecialReviewExemption in class SpecialReview<AwardSpecialReviewExemption>exemptionTypeCode - The exemption type code connected to the SpecialReviewExemptionSpecialReview.createSpecialReviewExemption(java.lang.String)public int hashCode()
hashCode in class SpecialReview<AwardSpecialReviewExemption>public boolean equals(Object obj)
equals in class SpecialReview<AwardSpecialReviewExemption>Copyright © 2013 The Kuali Foundation. All Rights Reserved.