Class SetSecurityQuestionData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.access.passwords.SetSecurityQuestionData
-
- All Implemented Interfaces:
Serializable
public class SetSecurityQuestionData extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<SetSecurityQuestionDTO,SetSecurityQuestionData>DTOstatic ListProperty<SecurityQuestionVO,SetSecurityQuestionData>SECURITY_QUESTIONS
-
Constructor Summary
Constructors Constructor Description SetSecurityQuestionData()SetSecurityQuestionData(Property<T,? super SetSecurityQuestionData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()SetSecurityQuestionDTOgetDto()List<SecurityQuestionVO>getSecurityQuestions()voidsetDto(SetSecurityQuestionDTO dto)voidsetSecurityQuestions(List<SecurityQuestionVO> securityQuestions)-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
DTO
public static final BasicProperty<SetSecurityQuestionDTO,SetSecurityQuestionData> DTO
-
SECURITY_QUESTIONS
public static final ListProperty<SecurityQuestionVO,SetSecurityQuestionData> SECURITY_QUESTIONS
-
-
Constructor Detail
-
SetSecurityQuestionData
public SetSecurityQuestionData()
-
SetSecurityQuestionData
public SetSecurityQuestionData(Property<T,? super SetSecurityQuestionData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getDto
public SetSecurityQuestionDTO getDto()
-
setDto
public void setDto(SetSecurityQuestionDTO dto)
-
getSecurityQuestions
public List<SecurityQuestionVO> getSecurityQuestions()
-
setSecurityQuestions
public void setSecurityQuestions(List<SecurityQuestionVO> securityQuestions)
-
-