|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.core.proposal.dto.ProposalInfo
public class ProposalInfo
Detailed information about a proposal.
Field Summary | |
---|---|
private Map<String,String> |
attributes
|
private String |
detailDesc
|
private Date |
effectiveDate
|
private Date |
expirationDate
|
private String |
id
|
private MetaInfo |
metaInfo
|
private String |
name
|
private List<String> |
proposalReference
|
private String |
proposalReferenceType
|
private List<String> |
proposerOrg
|
private List<String> |
proposerPerson
|
private String |
rationale
|
private static long |
serialVersionUID
|
private String |
state
|
private String |
type
|
private String |
workflowId
|
Constructor Summary | |
---|---|
ProposalInfo()
|
Method Summary | |
---|---|
Map<String,String> |
getAttributes()
List of key/value pairs, typically used for dynamic attributes. |
String |
getDetailDesc()
Detailed description of the proposed changes. |
Date |
getEffectiveDate()
Date and time that this proposal became effective. |
Date |
getExpirationDate()
Date and time that this proposal expires. |
String |
getId()
Unique identifier for a Proposal. |
MetaInfo |
getMetaInfo()
Create and last update info for the structure. |
String |
getName()
The name or title of the proposal. |
List<String> |
getProposalReference()
List of reference identifiers. |
String |
getProposalReferenceType()
Unique identifier for a reference type. |
List<String> |
getProposerOrg()
List of organization identifiers. |
List<String> |
getProposerPerson()
List of person identifiers. |
String |
getRationale()
Brief explanation of the reason for the proposal |
String |
getState()
The current status of the proposal. |
String |
getType()
Unique identifier for a proposal type. |
String |
getWorkflowId()
The workflow document associated with this proposal. |
void |
setAttributes(Map<String,String> attributes)
|
void |
setDetailDesc(String detailDesc)
|
void |
setEffectiveDate(Date effectiveDate)
|
void |
setExpirationDate(Date expirationDate)
|
void |
setId(String id)
|
void |
setMetaInfo(MetaInfo metaInfo)
|
void |
setName(String name)
|
void |
setProposalReference(List<String> proposalReference)
|
void |
setProposalReferenceType(String proposalReferenceType)
|
void |
setProposerOrg(List<String> proposerOrg)
|
void |
setProposerPerson(List<String> proposerPerson)
|
void |
setRationale(String rationale)
|
void |
setState(String state)
|
void |
setType(String type)
|
void |
setWorkflowId(String workflowId)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private String name
private List<String> proposerPerson
private List<String> proposerOrg
private String proposalReferenceType
private List<String> proposalReference
private String rationale
private String detailDesc
private Date effectiveDate
private Date expirationDate
private String workflowId
private Map<String,String> attributes
private MetaInfo metaInfo
private String type
private String state
private String id
Constructor Detail |
---|
public ProposalInfo()
Method Detail |
---|
public String getName()
public void setName(String name)
public List<String> getProposerPerson()
public void setProposerPerson(List<String> proposerPerson)
public List<String> getProposerOrg()
public void setProposerOrg(List<String> proposerOrg)
public String getProposalReferenceType()
public void setProposalReferenceType(String proposalReferenceType)
public List<String> getProposalReference()
public void setProposalReference(List<String> proposalReference)
public String getRationale()
public void setRationale(String rationale)
public String getDetailDesc()
public void setDetailDesc(String detailDesc)
public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
public Map<String,String> getAttributes()
getAttributes
in interface HasAttributes
public void setAttributes(Map<String,String> attributes)
setAttributes
in interface HasAttributes
public MetaInfo getMetaInfo()
public void setMetaInfo(MetaInfo metaInfo)
public String getType()
getType
in interface HasTypeState
public void setType(String type)
setType
in interface HasTypeState
public String getState()
getState
in interface HasTypeState
public void setState(String state)
setState
in interface HasTypeState
public String getId()
getId
in interface Idable
public void setId(String id)
setId
in interface Idable
public String getWorkflowId()
public void setWorkflowId(String workflowId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |