org.kuali.student.core.proposal.entity
Class Proposal
java.lang.Object
   org.kuali.student.common.entity.BaseEntity
org.kuali.student.common.entity.BaseEntity
       org.kuali.student.common.entity.MetaEntity
org.kuali.student.common.entity.MetaEntity
           org.kuali.student.core.proposal.entity.Proposal
org.kuali.student.core.proposal.entity.Proposal
- All Implemented Interfaces: 
- AttributeOwner<ProposalAttribute>
- public class Proposal 
- extends MetaEntity- implements AttributeOwner<ProposalAttribute>
Proposal
- 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 | 
 
workflowId
private String workflowId
name
private String name
proposerPerson
private List<ProposalPerson> proposerPerson
proposerOrg
private List<ProposalOrg> proposerOrg
proposalReference
private List<ProposalReference> proposalReference
rationale
private String rationale
detailDesc
private String detailDesc
effectiveDate
private Date effectiveDate
expirationDate
private Date expirationDate
attributes
private List<ProposalAttribute> attributes
type
private ProposalType type
state
private String state
Proposal
public Proposal()
getName
public String getName()
- 
 
- 
 
setName
public void setName(String name)
- 
 
- 
 
getProposerPerson
public List<ProposalPerson> getProposerPerson()
- 
 
- 
 
setProposerPerson
public void setProposerPerson(List<ProposalPerson> proposerPerson)
- 
 
- 
 
getProposerOrg
public List<ProposalOrg> getProposerOrg()
- 
 
- 
 
setProposerOrg
public void setProposerOrg(List<ProposalOrg> proposerOrg)
- 
 
- 
 
getProposalReference
public List<ProposalReference> getProposalReference()
- 
 
- 
 
setProposalReference
public void setProposalReference(List<ProposalReference> proposalReference)
- 
 
- 
 
getRationale
public String getRationale()
- 
 
- 
 
setRationale
public void setRationale(String rationale)
- 
 
- 
 
getDetailDesc
public String getDetailDesc()
- 
 
- 
 
setDetailDesc
public void setDetailDesc(String detailDesc)
- 
 
- 
 
getEffectiveDate
public Date getEffectiveDate()
- 
 
- 
 
setEffectiveDate
public void setEffectiveDate(Date effectiveDate)
- 
 
- 
 
getExpirationDate
public Date getExpirationDate()
- 
 
- 
 
setExpirationDate
public void setExpirationDate(Date expirationDate)
- 
 
- 
 
getType
public ProposalType getType()
- 
 
- 
 
setType
public void setType(ProposalType type)
- 
 
- 
 
getState
public String getState()
- 
 
- 
 
setState
public void setState(String state)
- 
 
- 
 
getAttributes
public List<ProposalAttribute> getAttributes()
- 
- Specified by:
- getAttributesin interface- AttributeOwner<ProposalAttribute>
 
- 
 
setAttributes
public void setAttributes(List<ProposalAttribute> attributes)
- 
- Specified by:
- setAttributesin interface- AttributeOwner<ProposalAttribute>
 
- 
 
getWorkflowId
public String getWorkflowId()
- 
 
- 
 
setWorkflowId
public void setWorkflowId(String workflowId)
- 
 
- 
 
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.