public class AccessClientVO extends NamedEntityVO
| Modifier and Type | Field and Description |
|---|---|
static Property<AccessClientStatus,AccessClientVO> |
STATUS |
NAMEID| Constructor and Description |
|---|
AccessClientVO() |
AccessClientVO(java.lang.Long id) |
AccessClientVO(Property<T,? super AccessClientVO> 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
|
AccessClientStatus |
getStatus() |
void |
setStatus(AccessClientStatus status) |
compareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<AccessClientStatus,AccessClientVO> STATUS
public AccessClientVO()
public AccessClientVO(java.lang.Long id)
public AccessClientVO(Property<T,? super AccessClientVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NamedEntityVOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class NamedEntityVOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class NamedEntityVOpublic AccessClientStatus getStatus()
public void setStatus(AccessClientStatus status)