public class PasswordRegistrationDTO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,PasswordRegistrationDTO> |
ASSIGN |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,PasswordRegistrationDTO> |
CONFIRMATION_VALUE |
static BasicProperty<java.lang.Boolean,PasswordRegistrationDTO> |
FORCE_CHANGE |
static BasicProperty<PasswordTypeVO,PasswordRegistrationDTO> |
TYPE |
static BasicProperty<java.lang.String,PasswordRegistrationDTO> |
VALUE |
| Constructor and Description |
|---|
PasswordRegistrationDTO() |
PasswordRegistrationDTO(Property<T,? super PasswordRegistrationDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getConfirmationValue() |
PasswordTypeVO |
getType() |
java.lang.String |
getValue() |
boolean |
isAssign() |
boolean |
isForceChange() |
void |
setAssign(boolean assign) |
void |
setConfirmationValue(java.lang.String confirmationValue) |
void |
setForceChange(boolean forceChange) |
void |
setType(PasswordTypeVO type) |
void |
setValue(java.lang.String value) |
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.Boolean,PasswordRegistrationDTO> ASSIGN
public static final BasicProperty<java.lang.String,PasswordRegistrationDTO> CONFIRMATION_VALUE
public static final BasicProperty<java.lang.Boolean,PasswordRegistrationDTO> FORCE_CHANGE
public static final BasicProperty<PasswordTypeVO,PasswordRegistrationDTO> TYPE
public static final BasicProperty<java.lang.String,PasswordRegistrationDTO> VALUE
public PasswordRegistrationDTO()
public PasswordRegistrationDTO(Property<T,? super PasswordRegistrationDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic boolean isAssign()
public void setAssign(boolean assign)
public java.lang.String getConfirmationValue()
public void setConfirmationValue(java.lang.String confirmationValue)
public boolean isForceChange()
public void setForceChange(boolean forceChange)
public PasswordTypeVO getType()
public void setType(PasswordTypeVO type)
public java.lang.String getValue()
public void setValue(java.lang.String value)