public class AwardProjectDirector extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements Primaryable, CGProjectDirector, org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Constructor and Description |
|---|
AwardProjectDirector()
Default no-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAwardProjectDirectorProjectTitle()
Gets the awardProjectDirectorProjectTitle attribute.
|
String |
getPrincipalId()
Gets the principalId attribute.
|
org.kuali.rice.kim.api.identity.Person |
getProjectDirector()
Gets the project director attribute.
|
Long |
getProposalNumber()
Gets the proposalNumber attribute.
|
String |
getUserLookupRoleName() |
String |
getUserLookupRoleNamespaceCode() |
boolean |
isActive() |
boolean |
isAwardPrimaryProjectDirectorIndicator()
Gets the awardPrimaryProjectDirectorIndicator attribute.
|
boolean |
isPrimary() |
void |
setActive(boolean active) |
void |
setAwardPrimaryProjectDirectorIndicator(boolean awardPrimaryProjectDirectorIndicator)
Sets the awardPrimaryProjectDirectorIndicator attribute.
|
void |
setAwardProjectDirectorProjectTitle(String awardProjectDirectorProjectTitle)
Sets the awardProjectDirectorProjectTitle attribute.
|
void |
setPrincipalId(String principalId)
Sets the principalId attribute.
|
void |
setProjectDirector(org.kuali.rice.kim.api.identity.Person projectDirector)
Sets the projectDirector.
|
void |
setProposalNumber(Long proposalNumber)
Sets the proposalNumber attribute.
|
void |
setUserLookupRoleName(String userLookupRoleName) |
void |
setUserLookupRoleNamespaceCode(String userLookupRoleNamespaceCode) |
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic AwardProjectDirector()
public String getPrincipalId()
CGProjectDirectorgetPrincipalId in interface CGProjectDirectorCGProjectDirector.getPrincipalId()public void setPrincipalId(String principalId)
CGProjectDirectorsetPrincipalId in interface CGProjectDirectorprincipalId - The principalId to set.CGProjectDirector.setPrincipalId(java.lang.String)public Long getProposalNumber()
CGProjectDirectorgetProposalNumber in interface CGProjectDirectorCGProjectDirector.getProposalNumber()public void setProposalNumber(Long proposalNumber)
CGProjectDirectorsetProposalNumber in interface CGProjectDirectorproposalNumber - The proposalNumber to set.CGProjectDirector.setProposalNumber(java.lang.Long)public boolean isAwardPrimaryProjectDirectorIndicator()
public void setAwardPrimaryProjectDirectorIndicator(boolean awardPrimaryProjectDirectorIndicator)
awardPrimaryProjectDirectorIndicator - The awardPrimaryProjectDirectorIndicator to set.public String getAwardProjectDirectorProjectTitle()
public void setAwardProjectDirectorProjectTitle(String awardProjectDirectorProjectTitle)
awardProjectDirectorProjectTitle - The awardProjectDirectorProjectTitle to set.public org.kuali.rice.kim.api.identity.Person getProjectDirector()
CGProjectDirectorgetProjectDirector in interface CGProjectDirectorCGProjectDirector.getProjectDirector()public void setProjectDirector(org.kuali.rice.kim.api.identity.Person projectDirector)
CGProjectDirectorsetProjectDirector in interface CGProjectDirectorprojectDirector - the projectDirector to setorg.kuali.ole.module.cg.businessobject.CGProjectDirector#setProjectDirector(org.kuali.ole.module.cg.businessobject.ProjectDirector)public boolean isPrimary()
isPrimary in interface PrimaryablePrimaryable.isPrimary()public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.InactivatableInactivatable.isActive()public void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatableMutableInactivatable.setActive(boolean)public String getUserLookupRoleNamespaceCode()
public void setUserLookupRoleNamespaceCode(String userLookupRoleNamespaceCode)
public String getUserLookupRoleName()
public void setUserLookupRoleName(String userLookupRoleName)
protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.