public class ProposalPersonRole extends KraPersistableBusinessObjectBase implements ContactRole
BusinessObjectBusinessObject,
ProposalDevelopmentDocument,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static String |
CO_INVESTIGATOR |
static String |
KEY_PERSON |
static String |
PRINCIPAL_INVESTIGATOR |
UPDATE_USER_LENGTHextension, versionNumberCOI_CODE, KEY_PERSON_CODE, PI_CODE| Constructor and Description |
|---|
ProposalPersonRole() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertificationRequired() |
String |
getDescription()
Gets the value of description
|
String |
getProposalPersonRoleId()
Gets the value of proposalPersonRoleId
|
Boolean |
getReadOnly()
Gets the readOnly attribute.
|
String |
getRoleCode() |
String |
getRoleDescription() |
String |
getUnitDetailsRequired() |
boolean |
isPrincipalInvestigatorRole()
This method determines if ProposalPersonRole is PI
|
void |
setCertificationRequired(String certificationRequired) |
void |
setDescription(String argDescription)
Sets the value of description
|
void |
setProposalPersonRoleId(String argProposalPersonRoleId)
Sets the value of proposalPersonRoleId
|
void |
setReadOnly(Boolean readOnly)
Sets the readOnly attribute value.
|
void |
setUnitDetailsRequired(String unitDetailsRequired) |
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 static final String PRINCIPAL_INVESTIGATOR
public static final String CO_INVESTIGATOR
public static final String KEY_PERSON
public final String getProposalPersonRoleId()
public final void setProposalPersonRoleId(String argProposalPersonRoleId)
argProposalPersonRoleId - Value to assign to this.proposalPersonRoleIdpublic final String getDescription()
public final void setDescription(String argDescription)
argDescription - Value to assign to this.descriptionpublic Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
readOnly - The readOnly to set.public String getUnitDetailsRequired()
public void setUnitDetailsRequired(String unitDetailsRequired)
public String getCertificationRequired()
public void setCertificationRequired(String certificationRequired)
public String getRoleCode()
getRoleCode in interface ContactRoleContactRole.getRoleCode()public String getRoleDescription()
getRoleDescription in interface ContactRoleContactRole.getRoleDescription()public boolean isPrincipalInvestigatorRole()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.