public class GroupVO extends BasicGroupVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,GroupVO> |
ENABLED |
NATUREINTERNAL_NAMENAMEID| Constructor and Description |
|---|
GroupVO() |
GroupVO(java.lang.Long id) |
GroupVO(Property<T,? super GroupVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
getNature, setNaturegetInternalName, setInternalNamecompareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, 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<java.lang.Boolean,GroupVO> ENABLED
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BasicGroupVOpublic boolean isEnabled()
public void setEnabled(boolean enabled)
public java.lang.String className()
className in class BasicGroupVO