| org.kuali.module.cg.bo.CGProjectDirector
All known Subclasses: org.kuali.module.cg.bo.AwardAccount, org.kuali.module.cg.bo.AwardProjectDirector, org.kuali.module.cg.bo.ProposalProjectDirector,
CGProjectDirector | public interface CGProjectDirector (Code) | | This interface defines all the necessary methods to define a contracts and grants project director object.
|
getPersonUniversalIdentifier | public String getPersonUniversalIdentifier()(Code) | | Gets the personUniversalIdentifier attribute.
Returns the personUniversalIdentifier |
getProjectDirector | public ProjectDirector getProjectDirector()(Code) | | Gets the project director attribute.
the projectDirector. |
getProposalNumber | public Long getProposalNumber()(Code) | | Gets the proposalNumber attribute.
Returns the proposalNumber |
setPersonUniversalIdentifier | public void setPersonUniversalIdentifier(String personUniversalIdentifier)(Code) | | Sets the personUniversalIdentifier attribute.
Parameters: personUniversalIdentifier - The personUniversalIdentifier to set. |
setProjectDirector | public void setProjectDirector(ProjectDirector projectDirector)(Code) | | Sets the projectDirector.
Parameters: projectDirector - the projectDirector to set |
setProposalNumber | public void setProposalNumber(Long proposalNumber)(Code) | | Sets the proposalNumber attribute.
Parameters: proposalNumber - The proposalNumber to set. |
|
|