Class SecurityQuestionVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.access.passwords.SecurityQuestionVO
-
- All Implemented Interfaces:
Serializable
public class SecurityQuestionVO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,SecurityQuestionVO>LABELstatic BasicProperty<SecurityQuestion,SecurityQuestionVO>SECURITY_QUESTION
-
Constructor Summary
Constructors Constructor Description SecurityQuestionVO()SecurityQuestionVO(Property<T,? super SecurityQuestionVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetLabel()SecurityQuestiongetSecurityQuestion()voidsetLabel(String label)voidsetSecurityQuestion(SecurityQuestion securityQuestion)-
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
-
LABEL
public static final BasicProperty<String,SecurityQuestionVO> LABEL
-
SECURITY_QUESTION
public static final BasicProperty<SecurityQuestion,SecurityQuestionVO> SECURITY_QUESTION
-
-
Constructor Detail
-
SecurityQuestionVO
public SecurityQuestionVO()
-
SecurityQuestionVO
public SecurityQuestionVO(Property<T,? super SecurityQuestionVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
getSecurityQuestion
public SecurityQuestion getSecurityQuestion()
-
setSecurityQuestion
public void setSecurityQuestion(SecurityQuestion securityQuestion)
-
-