public abstract class ProtocolSpecialReviewBase extends SpecialReview<ProtocolSpecialReviewExemption> implements SequenceAssociate<ProtocolBase>
UPDATE_USER_LENGTH| Constructor and Description |
|---|
ProtocolSpecialReviewBase() |
| Modifier and Type | Method and Description |
|---|---|
abstract ProtocolSpecialReviewExemption |
createSpecialReviewExemption(String exemptionTypeCode)
Creates a SpecialReviewExemption for the given type based on the exemptionTypeCode.
|
boolean |
equals(Object obj) |
Long |
getProtocolId() |
Long |
getProtocolSpecialReviewId() |
Integer |
getSequenceNumber()
This gets the current version number.
|
ProtocolBase |
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 |
setProtocolId(Long protocolId) |
void |
setProtocolSpecialReviewId(Long protocolSpecialReviewId) |
void |
setSequenceOwner(ProtocolBase 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 getProtocolSpecialReviewId()
public void setProtocolSpecialReviewId(Long protocolSpecialReviewId)
public Long getProtocolId()
public void setProtocolId(Long protocolId)
public ProtocolBase getSequenceOwner()
SequenceAssociategetSequenceOwner in interface SequenceAssociate<ProtocolBase>public void setSequenceOwner(ProtocolBase sequenceOwner)
SequenceAssociatesetSequenceOwner in interface SequenceAssociate<ProtocolBase>public Integer getSequenceNumber()
SequenceablegetSequenceNumber in interface Sequenceablepublic void resetPersistenceState()
resetPersistenceState in interface SequenceableSequenceable.resetPersistenceState()public abstract ProtocolSpecialReviewExemption createSpecialReviewExemption(String exemptionTypeCode)
SpecialReviewcreateSpecialReviewExemption in class SpecialReview<ProtocolSpecialReviewExemption>exemptionTypeCode - The exemption type code connected to the SpecialReviewExemptionpublic int hashCode()
hashCode in class SpecialReview<ProtocolSpecialReviewExemption>public boolean equals(Object obj)
equals in class SpecialReview<ProtocolSpecialReviewExemption>Copyright © 2013 The Kuali Foundation. All Rights Reserved.