public class AdminGroupDTO extends GroupDTO
| Modifier and Type | Field and Description |
|---|---|
static SetProperty<GroupVO,AdminGroupDTO> |
ACCESSIBLE_ADMIN_GROUPS |
static Property<ProductVO,AdminGroupDTO> |
ADMIN_PRODUCT |
static Property<AdminGroupType,AdminGroupDTO> |
ADMIN_TYPE |
static Property<java.lang.Boolean,AdminGroupDTO> |
CAN_REGISTER_NETWORKS |
static Property<java.lang.Boolean,AdminGroupDTO> |
LIMIT_MAX_MANAGED_NETWORKS |
static SetProperty<NetworkVO,AdminGroupDTO> |
MANAGED_NETWORKS |
static Property<java.lang.Integer,AdminGroupDTO> |
MAX_MANAGED_NETWORKS |
static SetProperty<ConfigurationVO,AdminGroupDTO> |
POSSIBLE_PARENT_CONFIGURATIONS |
ACCESSIBLE_USER_GROUPS, ENABLED, INITIAL_USER_STATUSCONFIGURATION, NATUREDESCRIPTION, INTERNAL_NAMENAMEID| Constructor and Description |
|---|
AdminGroupDTO() |
AdminGroupDTO(java.lang.Long id) |
AdminGroupDTO(Property<T,? super AdminGroupDTO> 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
|
java.util.Set<GroupVO> |
getAccessibleAdminGroups() |
ProductVO |
getAdminProduct() |
AdminGroupType |
getAdminType() |
java.util.Set<NetworkVO> |
getManagedNetworks() |
java.lang.Integer |
getMaxManagedNetworks() |
java.util.Set<ConfigurationVO> |
getPossibleParentConfigurations() |
boolean |
isCanRegisterNetworks() |
boolean |
isLimitMaxManagedNetworks() |
void |
setAccessibleAdminGroups(java.util.Set<GroupVO> accessibleAdminGroups) |
void |
setAdminProduct(ProductVO adminProduct) |
void |
setAdminType(AdminGroupType adminType) |
void |
setCanRegisterNetworks(boolean canRegisterNetworks) |
void |
setLimitMaxManagedNetworks(boolean limitMaxManagedNetworks) |
void |
setManagedNetworks(java.util.Set<NetworkVO> managedNetworks) |
void |
setMaxManagedNetworks(java.lang.Integer maxManagedNetworks) |
void |
setPossibleParentConfigurations(java.util.Set<ConfigurationVO> possibleParentConfigurations) |
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 SetProperty<GroupVO,AdminGroupDTO> ACCESSIBLE_ADMIN_GROUPS
public static final Property<ProductVO,AdminGroupDTO> ADMIN_PRODUCT
public static final Property<AdminGroupType,AdminGroupDTO> ADMIN_TYPE
public static final Property<java.lang.Boolean,AdminGroupDTO> CAN_REGISTER_NETWORKS
public static final Property<java.lang.Boolean,AdminGroupDTO> LIMIT_MAX_MANAGED_NETWORKS
public static final SetProperty<NetworkVO,AdminGroupDTO> MANAGED_NETWORKS
public static final Property<java.lang.Integer,AdminGroupDTO> MAX_MANAGED_NETWORKS
public static final SetProperty<ConfigurationVO,AdminGroupDTO> POSSIBLE_PARENT_CONFIGURATIONS
public AdminGroupDTO()
public AdminGroupDTO(java.lang.Long id)
public AdminGroupDTO(Property<T,? super AdminGroupDTO> 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 java.util.Set<GroupVO> getAccessibleAdminGroups()
public ProductVO getAdminProduct()
public AdminGroupType getAdminType()
public boolean isCanRegisterNetworks()
public boolean isLimitMaxManagedNetworks()
public java.util.Set<NetworkVO> getManagedNetworks()
public java.lang.Integer getMaxManagedNetworks()
public java.util.Set<ConfigurationVO> getPossibleParentConfigurations()
public void setAccessibleAdminGroups(java.util.Set<GroupVO> accessibleAdminGroups)
public void setAdminProduct(ProductVO adminProduct)
public void setAdminType(AdminGroupType adminType)
public void setCanRegisterNetworks(boolean canRegisterNetworks)
public void setLimitMaxManagedNetworks(boolean limitMaxManagedNetworks)
public void setManagedNetworks(java.util.Set<NetworkVO> managedNetworks)
public void setMaxManagedNetworks(java.lang.Integer maxManagedNetworks)
public void setPossibleParentConfigurations(java.util.Set<ConfigurationVO> possibleParentConfigurations)