public class InitialGroupVO extends NamedEntityVO
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.String,InitialGroupVO> |
DESCRIPTION |
NAMEID| Constructor and Description |
|---|
InitialGroupVO() |
InitialGroupVO(java.lang.Long id) |
InitialGroupVO(Property<T,? super InitialGroupVO> 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 |
getDescription() |
void |
setDescription(java.lang.String description) |
compareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.String,InitialGroupVO> DESCRIPTION
public InitialGroupVO()
public InitialGroupVO(java.lang.Long id)
public InitialGroupVO(Property<T,? super InitialGroupVO> 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 java.lang.String getDescription()
public void setDescription(java.lang.String description)