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

java.lang.Object
  extended by org.kuali.student.core.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)

Field Summary
private  String objectReferenceId
           
private  List<Proposal> proposals
           
private  ProposalReferenceType type
           
 
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.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

proposals

private List<Proposal> proposals

objectReferenceId

private String objectReferenceId

type

private ProposalReferenceType type
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 © 2010 The Kuali Foundation. All rights reserved.