public class QuestionnaireExecutionInfo extends Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
QuestionnaireExecutionInfo() |
| Modifier and Type | Method and Description |
|---|---|
UserIdentity |
getApprover() |
String |
getCollector_guid() |
Double |
getCollector_id() |
Double |
getDatasource_id() |
DocumentIdentity |
getDocument() |
UserIdentity |
getExecutive() |
String |
getGuid() |
Double |
getId() |
Long |
getModified() |
UserIdentity |
getOwner() |
String |
getQuestionnaire_name() |
String |
getStatus() |
void |
setApprover(UserIdentity approver) |
void |
setCollector_guid(String collector_guid) |
void |
setCollector_id(Double collector_id) |
void |
setDatasource_id(Double datasource_id) |
void |
setDocument(DocumentIdentity document) |
void |
setExecutive(UserIdentity executive) |
void |
setGuid(String guid) |
void |
setId(Double id) |
void |
setModified(Long modified) |
void |
setOwner(UserIdentity owner) |
void |
setQuestionnaire_name(String questionnaire_name) |
void |
setStatus(String status) |
String |
toString() |
public Double getId()
public void setId(Double id)
public Double getDatasource_id()
public void setDatasource_id(Double datasource_id)
public String getGuid()
public void setGuid(String guid)
public UserIdentity getExecutive()
public void setExecutive(UserIdentity executive)
public DocumentIdentity getDocument()
public void setDocument(DocumentIdentity document)
public Double getCollector_id()
public void setCollector_id(Double collector_id)
public String getCollector_guid()
public void setCollector_guid(String collector_guid)
public String getStatus()
public void setStatus(String status)
public UserIdentity getApprover()
public void setApprover(UserIdentity approver)
public UserIdentity getOwner()
public void setOwner(UserIdentity owner)
public String getQuestionnaire_name()
public void setQuestionnaire_name(String questionnaire_name)
public Long getModified()
public void setModified(Long modified)
Copyright © 2012. All Rights Reserved.