public class UserGroupVO extends GroupVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<GroupSetVO,UserGroupVO> |
GROUP_SET |
static BasicProperty<java.lang.Boolean,UserGroupVO> |
INHERITS_CONFIGURATION |
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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
GroupSetVO |
getGroupSet() |
boolean |
isInheritsConfiguration() |
void |
setGroupSet(GroupSetVO groupSet) |
void |
setInheritsConfiguration(boolean inheritsConfiguration) |
isEnabled, setEnabledgetNature, 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<GroupSetVO,UserGroupVO> GROUP_SET
public static final BasicProperty<java.lang.Boolean,UserGroupVO> INHERITS_CONFIGURATION
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 GroupVOpublic GroupSetVO getGroupSet()
public void setGroupSet(GroupSetVO groupSet)
public boolean isInheritsConfiguration()
public void setInheritsConfiguration(boolean inheritsConfiguration)