public abstract class ProtocolAmendRenewModuleBase extends KraPersistableBusinessObjectBase implements SequenceAssociate<ProtocolBase>
UPDATE_USER_LENGTH| Constructor and Description |
|---|
ProtocolAmendRenewModuleBase() |
| Modifier and Type | Method and Description |
|---|---|
ProtocolAmendRenewalBase |
getProtocolAmendRenewal() |
Long |
getProtocolAmendRenewalId() |
String |
getProtocolAmendRenewalNumber() |
Long |
getProtocolAmendRenewModuleId() |
ProtocolModuleBase |
getProtocolModule() |
String |
getProtocolModuleTypeCode() |
String |
getProtocolNumber() |
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.
|
void |
resetPersistenceState()
This method resets the persistence state used to establish
whether this is a new entity or an already-persisted entity.
|
void |
setProtocolAmendRenewal(ProtocolAmendRenewalBase protocolAmendRenewal) |
void |
setProtocolAmendRenewalId(Long protocolAmendRenewalId) |
void |
setProtocolAmendRenewalNumber(String protocolAmendRenewalNumber) |
void |
setProtocolAmendRenewModuleId(Long protocolAmendRenewModuleId) |
void |
setProtocolModule(ProtocolModuleBase protocolModule) |
void |
setProtocolModuleTypeCode(String protocolModuleTypeCode) |
void |
setProtocolNumber(String protocolNumber) |
void |
setSequenceOwner(ProtocolBase newlyVersionedOwner)
This sets the sequence owner on the associate.
|
getAuthorPersonName, 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 Long getProtocolAmendRenewModuleId()
public void setProtocolAmendRenewModuleId(Long protocolAmendRenewModuleId)
public String getProtocolAmendRenewalNumber()
public void setProtocolAmendRenewalNumber(String protocolAmendRenewalNumber)
public Long getProtocolAmendRenewalId()
public void setProtocolAmendRenewalId(Long protocolAmendRenewalId)
public String getProtocolNumber()
public void setProtocolNumber(String protocolNumber)
public String getProtocolModuleTypeCode()
public void setProtocolModuleTypeCode(String protocolModuleTypeCode)
public ProtocolAmendRenewalBase getProtocolAmendRenewal()
public void setProtocolAmendRenewal(ProtocolAmendRenewalBase protocolAmendRenewal)
public ProtocolModuleBase getProtocolModule()
public void setProtocolModule(ProtocolModuleBase protocolModule)
public ProtocolBase getSequenceOwner()
SequenceAssociategetSequenceOwner in interface SequenceAssociate<ProtocolBase>public void setSequenceOwner(ProtocolBase newlyVersionedOwner)
SequenceAssociatesetSequenceOwner in interface SequenceAssociate<ProtocolBase>public void resetPersistenceState()
SequenceableresetPersistenceState in interface Sequenceablepublic Integer getSequenceNumber()
SequenceablegetSequenceNumber in interface SequenceableCopyright © 2013 The Kuali Foundation. All Rights Reserved.