public class PasswordData extends ObservableBean
| Modifier and Type | Field and Description |
|---|---|
static SetProperty<PasswordAction,PasswordData> |
ACTIONS |
static Property<DateTime,PasswordData> |
DATE |
static Property<PasswordStatus,PasswordData> |
STATUS |
static Property<PasswordTypeVO,PasswordData> |
TYPE |
static Property<java.lang.Boolean,PasswordData> |
USER_CAN_CHANGE |
| Constructor and Description |
|---|
PasswordData() |
PasswordData(Property<T,? super PasswordData> 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.util.Set<PasswordAction> |
getActions() |
DateTime |
getDate() |
PasswordStatus |
getStatus() |
PasswordTypeVO |
getType() |
boolean |
isUserCanChange() |
void |
setActions(java.util.Set<PasswordAction> actions) |
void |
setDate(DateTime date) |
void |
setStatus(PasswordStatus status) |
void |
setType(PasswordTypeVO type) |
void |
setUserCanChange(boolean userCanChange) |
addPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final SetProperty<PasswordAction,PasswordData> ACTIONS
public static final Property<DateTime,PasswordData> DATE
public static final Property<PasswordStatus,PasswordData> STATUS
public static final Property<PasswordTypeVO,PasswordData> TYPE
public static final Property<java.lang.Boolean,PasswordData> USER_CAN_CHANGE
public PasswordData()
public PasswordData(Property<T,? super PasswordData> 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.util.Set<PasswordAction> getActions()
public DateTime getDate()
public PasswordStatus getStatus()
public PasswordTypeVO getType()
public boolean isUserCanChange()
public void setActions(java.util.Set<PasswordAction> actions)
public void setDate(DateTime date)
public void setStatus(PasswordStatus status)
public void setType(PasswordTypeVO type)
public void setUserCanChange(boolean userCanChange)