public class NetworkData extends EntityData<NetworkDTO>
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,NetworkData> |
CAN_SET_DEFAULT |
static java.lang.String |
CLASS_NAME |
static ListProperty<ConfigurationDetailedVO,NetworkData> |
CONFIGURATIONS |
static ListProperty<AdminGroupVO,NetworkData> |
MANAGED_BY_GROUPS |
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
NetworkData() |
NetworkData(Property<T,? super NetworkData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<ConfigurationDetailedVO> |
getConfigurations() |
java.util.List<AdminGroupVO> |
getManagedByGroups() |
boolean |
isCanSetDefault() |
void |
setCanSetDefault(boolean canSetDefault) |
void |
setConfigurations(java.util.List<ConfigurationDetailedVO> configurations) |
void |
setManagedByGroups(java.util.List<AdminGroupVO> managedByGroups) |
getConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setTranslatedPropertyTypes, setTranslatedValuesaddPropertyChangeListener, 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,NetworkData> CAN_SET_DEFAULT
public static final ListProperty<ConfigurationDetailedVO,NetworkData> CONFIGURATIONS
public static final ListProperty<AdminGroupVO,NetworkData> MANAGED_BY_GROUPS
public NetworkData()
public NetworkData(Property<T,? super NetworkData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityData<NetworkDTO>public boolean isCanSetDefault()
public void setCanSetDefault(boolean canSetDefault)
public java.util.List<ConfigurationDetailedVO> getConfigurations()
public void setConfigurations(java.util.List<ConfigurationDetailedVO> configurations)
public java.util.List<AdminGroupVO> getManagedByGroups()
public void setManagedByGroups(java.util.List<AdminGroupVO> managedByGroups)