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

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

public class ProposalOrg
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)

Constructor Summary
ProposalOrg()
           
 
Method Summary
 String getOrgId()
           
 Proposal getProposal()
           
 void setOrgId(String orgId)
           
 void setProposal(Proposal proposal)
           
 
Methods inherited from class org.kuali.student.common.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
 

Constructor Detail

ProposalOrg

public ProposalOrg()
Method Detail

getOrgId

public String getOrgId()

setOrgId

public void setOrgId(String orgId)

getProposal

public Proposal getProposal()

setProposal

public void setProposal(Proposal proposal)


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