public class UserPasswordDTO extends ObservableBean
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.String,UserPasswordDTO> |
PASSWORD |
static Property<UserLocatorVO,UserPasswordDTO> |
USER |
| Constructor and Description |
|---|
UserPasswordDTO() |
UserPasswordDTO(Property<T,? super UserPasswordDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
java.lang.String |
getPassword() |
UserLocatorVO |
getUser() |
void |
setPassword(java.lang.String password) |
void |
setUser(UserLocatorVO user) |
addPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.String,UserPasswordDTO> PASSWORD
public static final Property<UserLocatorVO,UserPasswordDTO> USER
public UserPasswordDTO()
public UserPasswordDTO(Property<T,? super UserPasswordDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ObservableBeanprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class ObservableBeanpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class ObservableBeanpublic java.lang.String getPassword()
public UserLocatorVO getUser()
public void setPassword(java.lang.String password)
public void setUser(UserLocatorVO user)