public class SecurityQuestionVO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,SecurityQuestionVO> |
LABEL |
static BasicProperty<SecurityQuestion,SecurityQuestionVO> |
SECURITY_QUESTION |
| Constructor and Description |
|---|
SecurityQuestionVO() |
SecurityQuestionVO(Property<T,? super SecurityQuestionVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getLabel() |
SecurityQuestion |
getSecurityQuestion() |
void |
setLabel(java.lang.String label) |
void |
setSecurityQuestion(SecurityQuestion securityQuestion) |
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<java.lang.String,SecurityQuestionVO> LABEL
public static final BasicProperty<SecurityQuestion,SecurityQuestionVO> SECURITY_QUESTION
public SecurityQuestionVO()
public SecurityQuestionVO(Property<T,? super SecurityQuestionVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.String getLabel()
public void setLabel(java.lang.String label)
public SecurityQuestion getSecurityQuestion()
public void setSecurityQuestion(SecurityQuestion securityQuestion)