public class UserPasswordsData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<PasswordInputDTO,UserPasswordsData> |
CONFIRMATION_PASSWORD_INPUT |
static ListProperty<PasswordData,UserPasswordsData> |
PASSWORDS |
static BasicProperty<BasicUserVO,UserPasswordsData> |
USER |
| Constructor and Description |
|---|
UserPasswordsData() |
UserPasswordsData(Property<T,? super UserPasswordsData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
PasswordInputDTO |
getConfirmationPasswordInput() |
java.util.List<PasswordData> |
getPasswords() |
BasicUserVO |
getUser() |
void |
setConfirmationPasswordInput(PasswordInputDTO confirmationPasswordInput) |
void |
setPasswords(java.util.List<PasswordData> passwords) |
void |
setUser(BasicUserVO user) |
java.lang.String |
toString() |
addPropertyChangeListener, 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<PasswordInputDTO,UserPasswordsData> CONFIRMATION_PASSWORD_INPUT
public static final ListProperty<PasswordData,UserPasswordsData> PASSWORDS
public static final BasicProperty<BasicUserVO,UserPasswordsData> USER
public UserPasswordsData()
public UserPasswordsData(Property<T,? super UserPasswordsData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic PasswordInputDTO getConfirmationPasswordInput()
public void setConfirmationPasswordInput(PasswordInputDTO confirmationPasswordInput)
public java.util.List<PasswordData> getPasswords()
public void setPasswords(java.util.List<PasswordData> passwords)
public BasicUserVO getUser()
public void setUser(BasicUserVO user)
public java.lang.String toString()
toString in class java.lang.Object