public class InstitutionalProposalSpecialReview extends SpecialReview<InstitutionalProposalSpecialReviewExemption> implements SequenceAssociate<InstitutionalProposal>
UPDATE_USER_LENGTH| Constructor and Description |
|---|
InstitutionalProposalSpecialReview() |
| Modifier and Type | Method and Description |
|---|---|
InstitutionalProposalSpecialReviewExemption |
createSpecialReviewExemption(String exemptionTypeCode)
Creates a SpecialReviewExemption for the given type based on the exemptionTypeCode.
|
boolean |
equals(Object obj) |
Long |
getProposalId() |
Long |
getProposalSpecialReviewId() |
Integer |
getSequenceNumber()
This gets the current version number.
|
InstitutionalProposal |
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 |
setProposalId(Long proposalId) |
void |
setProposalSpecialReviewId(Long proposalSpecialReviewId) |
void |
setSequenceOwner(InstitutionalProposal 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 getProposalSpecialReviewId()
public void setProposalSpecialReviewId(Long proposalSpecialReviewId)
public Long getProposalId()
public void setProposalId(Long proposalId)
public InstitutionalProposal getSequenceOwner()
SequenceAssociategetSequenceOwner in interface SequenceAssociate<InstitutionalProposal>public void setSequenceOwner(InstitutionalProposal sequenceOwner)
SequenceAssociatesetSequenceOwner in interface SequenceAssociate<InstitutionalProposal>public Integer getSequenceNumber()
SequenceablegetSequenceNumber in interface Sequenceablepublic void resetPersistenceState()
resetPersistenceState in interface SequenceableSequenceable.resetPersistenceState()public InstitutionalProposalSpecialReviewExemption createSpecialReviewExemption(String exemptionTypeCode)
createSpecialReviewExemption in class SpecialReview<InstitutionalProposalSpecialReviewExemption>exemptionTypeCode - The exemption type code connected to the SpecialReviewExemptionSpecialReview.createSpecialReviewExemption(java.lang.String)public int hashCode()
hashCode in class SpecialReview<InstitutionalProposalSpecialReviewExemption>public boolean equals(Object obj)
equals in class SpecialReview<InstitutionalProposalSpecialReviewExemption>Copyright © 2013 The Kuali Foundation. All Rights Reserved.