public class AuthorizationRoleVO extends ConfigurationEntityVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<AuthorizationLevelVO,AuthorizationRoleVO> |
LEVELS |
INTERNAL_NAMENAMEID| Constructor and Description |
|---|
AuthorizationRoleVO() |
AuthorizationRoleVO(java.lang.Long id) |
AuthorizationRoleVO(Property<T,? super AuthorizationRoleVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<AuthorizationLevelVO> |
getLevels() |
void |
setLevels(java.util.List<AuthorizationLevelVO> levels) |
getInternalName, 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 ListProperty<AuthorizationLevelVO,AuthorizationRoleVO> LEVELS
public AuthorizationRoleVO()
public AuthorizationRoleVO(java.lang.Long id)
public AuthorizationRoleVO(Property<T,? super AuthorizationRoleVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ConfigurationEntityVOpublic java.util.List<AuthorizationLevelVO> getLevels()
public void setLevels(java.util.List<AuthorizationLevelVO> levels)