public class AccessClientDetailedVO extends AccessClientVO
| Modifier and Type | Field and Description |
|---|---|
static Property<DateTime,AccessClientDetailedVO> |
ACTIVATION_DATE |
static Property<PrincipalTypeVO,AccessClientDetailedVO> |
TYPE |
static Property<UserVO,AccessClientDetailedVO> |
USER |
STATUSNAMEID| Constructor and Description |
|---|
AccessClientDetailedVO() |
AccessClientDetailedVO(java.lang.Long id) |
AccessClientDetailedVO(Property<T,? super AccessClientDetailedVO> 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
|
DateTime |
getActivationDate() |
PrincipalTypeVO |
getType() |
UserVO |
getUser() |
void |
setActivationDate(DateTime activationDate) |
void |
setType(PrincipalTypeVO type) |
void |
setUser(UserVO user) |
getStatus, setStatuscompareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<DateTime,AccessClientDetailedVO> ACTIVATION_DATE
public static final Property<PrincipalTypeVO,AccessClientDetailedVO> TYPE
public static final Property<UserVO,AccessClientDetailedVO> USER
public AccessClientDetailedVO()
public AccessClientDetailedVO(java.lang.Long id)
public AccessClientDetailedVO(Property<T,? super AccessClientDetailedVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class AccessClientVOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class AccessClientVOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class AccessClientVOpublic DateTime getActivationDate()
public PrincipalTypeVO getType()
public UserVO getUser()
public void setActivationDate(DateTime activationDate)
public void setType(PrincipalTypeVO type)
public void setUser(UserVO user)