Constructor and Description |
---|
Answer() |
Modifier and Type | Method and Description |
---|---|
Date |
getAnswerDate()
|
String |
getAnswerValues()
Returns the JSON String with the values of all
FormFields answered by the user in the
Form . |
String |
getFormId()
|
String |
getId()
Returns this
Answer's identifier. |
AnswerStatus |
getStatus()
|
String |
getUserId()
|
void |
setAnswerDate(Date answerDate)
|
void |
setAnswerValues(String values)
Sets the JSON String with the values of all
FormFields answered by the user in the Form |
void |
setFormId(String formId)
|
void |
setId(String id)
Sets the
Answer identifier. |
void |
setStatus(AnswerStatus status)
|
void |
setUserId(String userId)
|
public void setId(String id)
Answer
identifier.id
- the identifier value to set.public void setAnswerDate(Date answerDate)
answerDate
- the Date
value to set.public AnswerStatus getStatus()
status
public void setStatus(AnswerStatus status)
status
- the status
value to set.public String getUserId()
public void setUserId(String userId)
userId
- the user identifier value to set.public String getAnswerValues()
FormFields
answered by the user in the
Form
.public void setAnswerValues(String values)
FormFields
answered by the user in the Form
values
- the JSON String to set as value.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.