AbstractGDPRQuestion

AbstractGDPRQuestion ⇐ BusinessModel

Kind: global abstract class
Extends: BusinessModel
Model:
Properties

NameTypeDescription
defaultValueboolean

Default value if the user has never answered the question

currentValueboolean

Last response of the user

labelstring

Field holding the content of the question

askboolean

Flag defined to true if the question has to be asked

invertedValueboolean

Flag set to true if the question is inverted (i.e. true answer means the option is disabled) Flag set to false (i.e. true answer means that the option is enabled)

AbstractGDPRQuestion()

Model holding a GDPR question and answer.