org.kuali.student.core.proposal.entity
Class ProposalPerson

java.lang.Object
  extended by org.kuali.student.core.entity.BaseEntity
      extended by org.kuali.student.core.proposal.entity.ProposalPerson

public class ProposalPerson
extends BaseEntity

This is a description of what this class does - lindholm don't forget to fill this in.

Author:
Kuali Rice Team (kuali-rice@googlegroups.com)

Field Summary
private  String personId
           
private  Proposal proposal
           
 
Constructor Summary
ProposalPerson()
           
 
Method Summary
 String getPersonId()
           
 Proposal getProposal()
           
 void setPersonId(String personId)
           
 void setProposal(Proposal proposal)
           
 
Methods inherited from class org.kuali.student.core.entity.BaseEntity
getId, getObjectId, getVersionNumber, onPrePersist, onPreUpdate, prePersist, preUpdate, setId, setObjectId, setVersionNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

personId

private String personId

proposal

private Proposal proposal
Constructor Detail

ProposalPerson

public ProposalPerson()
Method Detail

getPersonId

public String getPersonId()

setPersonId

public void setPersonId(String personId)

getProposal

public Proposal getProposal()

setProposal

public void setProposal(Proposal proposal)


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.