|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.module.cg.businessobject.AwardProjectDirector
public class AwardProjectDirector
This class represents an association between an award and a project director. It's like a reference to the project director from the award. This way an award can maintain a collection of these references instead of owning project directors directly.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
AwardProjectDirector()
Default no-args constructor. |
Method Summary | |
---|---|
String |
getAwardProjectDirectorProjectTitle()
Gets the awardProjectDirectorProjectTitle attribute. |
String |
getPrincipalId()
Gets the principalId attribute. |
org.kuali.rice.kim.bo.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.bo.Person projectDirector)
Sets the projectDirector. |
void |
setProposalNumber(Long proposalNumber)
Sets the proposalNumber attribute. |
void |
setUserLookupRoleName(String userLookupRoleName)
|
void |
setUserLookupRoleNamespaceCode(String userLookupRoleNamespaceCode)
|
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow |
Constructor Detail |
---|
public AwardProjectDirector()
Method Detail |
---|
public String getPrincipalId()
CGProjectDirector
getPrincipalId
in interface CGProjectDirector
CGProjectDirector.getPrincipalId()
public void setPrincipalId(String principalId)
CGProjectDirector
setPrincipalId
in interface CGProjectDirector
principalId
- The principalId to set.CGProjectDirector.setPrincipalId(java.lang.String)
public Long getProposalNumber()
CGProjectDirector
getProposalNumber
in interface CGProjectDirector
CGProjectDirector.getProposalNumber()
public void setProposalNumber(Long proposalNumber)
CGProjectDirector
setProposalNumber
in interface CGProjectDirector
proposalNumber
- 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.bo.Person getProjectDirector()
CGProjectDirector
getProjectDirector
in interface CGProjectDirector
CGProjectDirector.getProjectDirector()
public void setProjectDirector(org.kuali.rice.kim.bo.Person projectDirector)
CGProjectDirector
setProjectDirector
in interface CGProjectDirector
projectDirector
- the projectDirector to setorg.kuali.kfs.module.cg.businessobject.CGProjectDirector#setProjectDirector(org.kuali.kfs.module.cg.businessobject.ProjectDirector)
public boolean isPrimary()
isPrimary
in interface Primaryable
Primaryable.isPrimary()
public boolean isActive()
isActive
in interface org.kuali.rice.kns.bo.Inactivateable
Inactivateable.isActive()
public void setActive(boolean active)
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
Inactivateable.setActive(boolean)
public String getUserLookupRoleNamespaceCode()
public void setUserLookupRoleNamespaceCode(String userLookupRoleNamespaceCode)
public String getUserLookupRoleName()
public void setUserLookupRoleName(String userLookupRoleName)
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |