ModifiableAnswer |
ModifiableAnswer.clear() |
Clears the object by setting all attributes to their initial values.
|
static ModifiableAnswer |
ModifiableAnswer.create() |
Construct a modifiable instance of Answer.
|
static ModifiableAnswer |
ModifiableAnswer.create(String id,
Object value) |
Construct a modifiable instance of Answer.
|
ModifiableAnswer |
ModifiableAnswer.from(Answer instance) |
Fill this modifiable instance with attribute values from the provided Answer instance.
|
ModifiableAnswer |
ModifiableAnswer.from(ModifiableAnswer instance) |
Fill this modifiable instance with attribute values from the provided Answer instance.
|
ModifiableAnswer |
ModifiableAnswer.setAcceptedValue(Object acceptedValue) |
|
ModifiableAnswer |
ModifiableAnswer.setId(String id) |
Assigns a value to the id attribute.
|
ModifiableAnswer |
ModifiableAnswer.setType(String type) |
Assigns a value to the type attribute.
|
ModifiableAnswer |
ModifiableAnswer.setUpdated(Date updated) |
Assigns a value to the updated attribute.
|
ModifiableAnswer |
ModifiableAnswer.setUserId(String userId) |
Assigns a value to the userId attribute.
|
ModifiableAnswer |
ModifiableAnswer.setValue(Object value) |
Assigns a value to the value attribute.
|