|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CGProjectDirector
This interface defines all the necessary methods to define a contracts and grants project director object.
Method Summary | |
---|---|
String |
getPrincipalId()
Gets the principalId attribute. |
org.kuali.rice.kim.bo.Person |
getProjectDirector()
Gets the project director attribute. |
Long |
getProposalNumber()
Gets the proposalNumber attribute. |
void |
setPrincipalId(String principalId)
Sets the principalId attribute. |
void |
setProjectDirector(org.kuali.rice.kim.bo.Person projectDirector)
Deprecated. required by PersonServiceImpl.isPersonProperty() for PojoPropertyUtilsBean.getPropertyDescriptor() |
void |
setProposalNumber(Long proposalNumber)
Sets the proposalNumber attribute. |
Method Detail |
---|
String getPrincipalId()
void setPrincipalId(String principalId)
principalId
- The principalId to set.Long getProposalNumber()
void setProposalNumber(Long proposalNumber)
proposalNumber
- The proposalNumber to set.org.kuali.rice.kim.bo.Person getProjectDirector()
void setProjectDirector(org.kuali.rice.kim.bo.Person projectDirector)
projectDirector
- the projectDirector to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |