

Métodos públicos | |
| Boolean | getValue () |
| void | setValue (final Boolean value) |
| BasicReplyValue | buildBasicReplyValue () |
Definición en la línea 22 del archivo BooleanData.java.
| Boolean es.klicap.opina.model.survey.data.BooleanData.getValue | ( | ) |
| void es.klicap.opina.model.survey.data.BooleanData.setValue | ( | final Boolean | value | ) |
| BasicReplyValue es.klicap.opina.model.survey.data.BooleanData.buildBasicReplyValue | ( | ) | [virtual] |
This method returns the basic reply value based on this basic data.
It will be used while saving multiple choice replies, so the reply value will always be a valid value (since its built based on his associated basic data).
For example:
Implementa es.klicap.opina.model.survey.data.BasicData.
Definición en la línea 53 del archivo BooleanData.java.

1.5.6