org.kuali.kfs.module.cg.businessobject
Interface CGProjectDirector

All Known Implementing Classes:
AwardAccount, AwardProjectDirector, ProposalProjectDirector

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

getPrincipalId

String getPrincipalId()
Gets the principalId attribute.

Returns:
Returns the principalId

setPrincipalId

void setPrincipalId(String principalId)
Sets the principalId attribute.

Parameters:
principalId - The principalId to set.

getProposalNumber

Long getProposalNumber()
Gets the proposalNumber attribute.

Returns:
Returns the proposalNumber

setProposalNumber

void setProposalNumber(Long proposalNumber)
Sets the proposalNumber attribute.

Parameters:
proposalNumber - The proposalNumber to set.

getProjectDirector

org.kuali.rice.kim.bo.Person getProjectDirector()
Gets the project director attribute.

Returns:
the projectDirector.

setProjectDirector

void setProjectDirector(org.kuali.rice.kim.bo.Person projectDirector)
Deprecated. required by PersonServiceImpl.isPersonProperty() for PojoPropertyUtilsBean.getPropertyDescriptor()

Sets the projectDirector.

Parameters:
projectDirector - the projectDirector to set


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.