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

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

public class ProposalReference
extends BaseEntity

Join table between Proposal and what it references

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

Constructor Summary
ProposalReference()
           
 
Method Summary
 String getObjectReferenceId()
           
 List<Proposal> getProposals()
           
 ProposalReferenceType getType()
           
 void setObjectReferenceId(String objectReferenceId)
           
 void setProposals(List<Proposal> proposals)
           
 void setType(ProposalReferenceType type)
           
 
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

ProposalReference

public ProposalReference()
Method Detail

getProposals

public List<Proposal> getProposals()

setProposals

public void setProposals(List<Proposal> proposals)

getObjectReferenceId

public String getObjectReferenceId()

setObjectReferenceId

public void setObjectReferenceId(String objectReferenceId)

getType

public ProposalReferenceType getType()

setType

public void setType(ProposalReferenceType type)


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