public class ChangeGeneratedPasswordDTO extends PasswordActionDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,ChangeGeneratedPasswordDTO> |
CONFIRMATION_PASSWORD |
TYPE, USER| Constructor and Description |
|---|
ChangeGeneratedPasswordDTO() |
ChangeGeneratedPasswordDTO(Property<T,? super ChangeGeneratedPasswordDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getConfirmationPassword() |
void |
setConfirmationPassword(java.lang.String confirmationPassword) |
getType, getUser, setType, setUser, toStringaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.String,ChangeGeneratedPasswordDTO> CONFIRMATION_PASSWORD
public ChangeGeneratedPasswordDTO()
public ChangeGeneratedPasswordDTO(Property<T,? super ChangeGeneratedPasswordDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class PasswordActionDTOpublic java.lang.String getConfirmationPassword()
public void setConfirmationPassword(java.lang.String confirmationPassword)
public java.lang.String className()
className in class PasswordActionDTO