public class UserGroupVO extends GroupVO
| Modifier and Type | Field and Description |
|---|---|
static Property<GroupSetVO,UserGroupVO> |
GROUP_SET |
NATUREINTERNAL_NAMENAMEID| Constructor and Description |
|---|
UserGroupVO() |
UserGroupVO(java.lang.Long id) |
UserGroupVO(Property<T,? super UserGroupVO> 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
|
GroupSetVO |
getGroupSet() |
void |
setGroupSet(GroupSetVO groupSet) |
isEnabled, setEnabledgetNature, setNaturegetInternalName, setInternalNamecompareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<GroupSetVO,UserGroupVO> GROUP_SET
public UserGroupVO()
public UserGroupVO(java.lang.Long id)
public UserGroupVO(Property<T,? super UserGroupVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class GroupVOprotected void doSet(Property<?,?> property, java.lang.Object value)
public java.lang.Object get(Property<?,?> property)
ObservableBeanpublic GroupSetVO getGroupSet()
public void setGroupSet(GroupSetVO groupSet)