public class PasswordActionDTO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<PasswordTypeVO,PasswordActionDTO> |
TYPE |
static BasicProperty<BasicUserVO,PasswordActionDTO> |
USER |
| Constructor and Description |
|---|
PasswordActionDTO() |
PasswordActionDTO(Property<T,? super PasswordActionDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
PasswordTypeVO |
getType() |
BasicUserVO |
getUser() |
void |
setType(PasswordTypeVO type) |
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<PasswordTypeVO,PasswordActionDTO> TYPE
public static final BasicProperty<BasicUserVO,PasswordActionDTO> USER
public PasswordActionDTO()
public PasswordActionDTO(Property<T,? super PasswordActionDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic PasswordTypeVO getType()
public void setType(PasswordTypeVO type)
public BasicUserVO getUser()
public void setUser(BasicUserVO user)
public java.lang.String toString()
toString in class java.lang.Object