public class SetSecurityQuestionData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<SetSecurityQuestionDTO,SetSecurityQuestionData> |
DTO |
static ListProperty<SecurityQuestionVO,SetSecurityQuestionData> |
SECURITY_QUESTIONS |
| Constructor and Description |
|---|
SetSecurityQuestionData() |
SetSecurityQuestionData(Property<T,? super SetSecurityQuestionData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
SetSecurityQuestionDTO |
getDto() |
java.util.List<SecurityQuestionVO> |
getSecurityQuestions() |
void |
setDto(SetSecurityQuestionDTO dto) |
void |
setSecurityQuestions(java.util.List<SecurityQuestionVO> securityQuestions) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<SetSecurityQuestionDTO,SetSecurityQuestionData> DTO
public static final ListProperty<SecurityQuestionVO,SetSecurityQuestionData> SECURITY_QUESTIONS
public SetSecurityQuestionData()
public SetSecurityQuestionData(Property<T,? super SetSecurityQuestionData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic SetSecurityQuestionDTO getDto()
public void setDto(SetSecurityQuestionDTO dto)
public java.util.List<SecurityQuestionVO> getSecurityQuestions()
public void setSecurityQuestions(java.util.List<SecurityQuestionVO> securityQuestions)