public class SetSecurityQuestionDTO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,SetSecurityQuestionDTO> |
SECURITY_ANSWER |
static BasicProperty<SecurityQuestion,SetSecurityQuestionDTO> |
SECURITY_QUESTION |
| Constructor and Description |
|---|
SetSecurityQuestionDTO() |
SetSecurityQuestionDTO(Property<T,? super SetSecurityQuestionDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getSecurityAnswer() |
SecurityQuestion |
getSecurityQuestion() |
void |
setSecurityAnswer(java.lang.String securityAnswer) |
void |
setSecurityQuestion(SecurityQuestion securityQuestion) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.String,SetSecurityQuestionDTO> SECURITY_ANSWER
public static final BasicProperty<SecurityQuestion,SetSecurityQuestionDTO> SECURITY_QUESTION
public SetSecurityQuestionDTO()
public SetSecurityQuestionDTO(Property<T,? super SetSecurityQuestionDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.String getSecurityAnswer()
public void setSecurityAnswer(java.lang.String securityAnswer)
public SecurityQuestion getSecurityQuestion()
public void setSecurityQuestion(SecurityQuestion securityQuestion)