public abstract class ProtocolLocationBase extends ProtocolAssociateBase
UPDATE_USER_LENGTH| Constructor and Description |
|---|
ProtocolLocationBase()
Constructs a ProtocolLocationBase.java.
|
| Modifier and Type | Method and Description |
|---|---|
Organization |
getOrganization() |
String |
getOrganizationId() |
Integer |
getProtocolLocationId() |
ProtocolOrganizationTypeBase |
getProtocolOrganizationType() |
String |
getProtocolOrganizationTypeCode() |
Rolodex |
getRolodex() |
Integer |
getRolodexId() |
void |
resetPersistenceState()
This method resets the persistence state used to establish
whether this is a new entity or an already-persisted entity.
|
void |
setOrganization(Organization organization) |
void |
setOrganizationId(String organizationId) |
void |
setProtocolLocationId(Integer protocolLocationId) |
void |
setProtocolOrganizationType(ProtocolOrganizationTypeBase protocolOrganizationType) |
void |
setProtocolOrganizationTypeCode(String protocolOrganizationTypeCode) |
void |
setRolodex(Rolodex rolodex) |
void |
setRolodexId(Integer rolodexId) |
equals, getProtocol, getProtocolId, getProtocolNumber, getSequenceNumber, getSequenceOwner, hashCode, init, postInitHook, setProtocol, setProtocolId, setProtocolNumber, setSequenceNumber, setSequenceOwnergetAuthorPersonName, 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 ProtocolLocationBase()
public Integer getProtocolLocationId()
public void setProtocolLocationId(Integer protocolLocationId)
public String getProtocolOrganizationTypeCode()
public void setProtocolOrganizationTypeCode(String protocolOrganizationTypeCode)
public String getOrganizationId()
public void setOrganizationId(String organizationId)
public Integer getRolodexId()
public void setRolodexId(Integer rolodexId)
public Organization getOrganization()
public void setOrganization(Organization organization)
public ProtocolOrganizationTypeBase getProtocolOrganizationType()
public void setProtocolOrganizationType(ProtocolOrganizationTypeBase protocolOrganizationType)
public Rolodex getRolodex()
public void setRolodex(Rolodex rolodex)
public void resetPersistenceState()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.