org.kuali.student.core.proposal.entity
Class ProposalReference
java.lang.Object
org.kuali.student.common.entity.BaseEntity
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProposalReference
public ProposalReference()
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.