public class UserGroupDTO extends GroupDTO
| Modifier and Type | Field and Description |
|---|---|
static Property<BasicGroupVO,UserGroupDTO> |
GROUP_SET |
static Property<java.lang.String,UserGroupDTO> |
INITIAL_GROUP_DESCRIPTION |
static Property<java.lang.String,UserGroupDTO> |
INITIAL_GROUP_DISPLAY_NAME |
ACCESSIBLE_USER_GROUPS, ENABLED, INITIAL_USER_STATUSCONFIGURATION, NATUREDESCRIPTION, INTERNAL_NAMENAMEID| Constructor and Description |
|---|
UserGroupDTO() |
UserGroupDTO(java.lang.Long id) |
UserGroupDTO(Property<T,? super UserGroupDTO> 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
|
BasicGroupVO |
getGroupSet() |
java.lang.String |
getInitialGroupDescription() |
java.lang.String |
getInitialGroupDisplayName() |
void |
setGroupSet(BasicGroupVO groupSet) |
void |
setInitialGroupDescription(java.lang.String initialGroupDescription) |
void |
setInitialGroupDisplayName(java.lang.String initialGroupDisplayName) |
getAccessibleUserGroups, getInitialUserStatus, isEnabled, setAccessibleUserGroups, setEnabled, setInitialUserStatusgetConfiguration, getNature, setConfiguration, setNaturegetDescription, getInternalName, setDescription, setInternalNamecompareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<BasicGroupVO,UserGroupDTO> GROUP_SET
public static final Property<java.lang.String,UserGroupDTO> INITIAL_GROUP_DESCRIPTION
public static final Property<java.lang.String,UserGroupDTO> INITIAL_GROUP_DISPLAY_NAME
public UserGroupDTO()
public UserGroupDTO(java.lang.Long id)
public UserGroupDTO(Property<T,? super UserGroupDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class GroupDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
public java.lang.Object get(Property<?,?> property)
ObservableBeanpublic BasicGroupVO getGroupSet()
public java.lang.String getInitialGroupDescription()
public java.lang.String getInitialGroupDisplayName()
public void setGroupSet(BasicGroupVO groupSet)
public void setInitialGroupDescription(java.lang.String initialGroupDescription)
public void setInitialGroupDisplayName(java.lang.String initialGroupDisplayName)