public abstract class GroupDTO extends BasicGroupDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,GroupDTO> |
ENABLED |
static BasicProperty<UserStatus,GroupDTO> |
INITIAL_USER_STATUS |
CONFIGURATION, NATUREDESCRIPTION, INTERNAL_NAMENAMEID| Constructor and Description |
|---|
GroupDTO() |
GroupDTO(java.lang.Long id) |
GroupDTO(Property<T,? super GroupDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
UserStatus |
getInitialUserStatus() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setInitialUserStatus(UserStatus initialUserStatus) |
className, getConfiguration, getNature, setConfiguration, setNaturegetDescription, getInternalName, setDescription, setInternalNamecompareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, 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,GroupDTO> ENABLED
public static final BasicProperty<UserStatus,GroupDTO> INITIAL_USER_STATUS
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BasicGroupDTOpublic boolean isEnabled()
public void setEnabled(boolean enabled)
public UserStatus getInitialUserStatus()
public void setInitialUserStatus(UserStatus initialUserStatus)