public class SetSecurityQuestionDTO extends ObservableBean
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.String,SetSecurityQuestionDTO> |
SECURITY_ANSWER |
static Property<SecurityQuestion,SetSecurityQuestionDTO> |
SECURITY_QUESTION |
| Constructor and Description |
|---|
SetSecurityQuestionDTO() |
SetSecurityQuestionDTO(Property<T,? super SetSecurityQuestionDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
java.lang.String |
getSecurityAnswer() |
SecurityQuestion |
getSecurityQuestion() |
void |
setSecurityAnswer(java.lang.String securityAnswer) |
void |
setSecurityQuestion(SecurityQuestion securityQuestion) |
addPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.String,SetSecurityQuestionDTO> SECURITY_ANSWER
public static final Property<SecurityQuestion,SetSecurityQuestionDTO> SECURITY_QUESTION
public SetSecurityQuestionDTO()
public SetSecurityQuestionDTO(Property<T,? super SetSecurityQuestionDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ObservableBeanprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class ObservableBeanpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class ObservableBeanpublic java.lang.String getSecurityAnswer()
public SecurityQuestion getSecurityQuestion()
public void setSecurityAnswer(java.lang.String securityAnswer)
public void setSecurityQuestion(SecurityQuestion securityQuestion)