public class NetworkDTO extends ConfigurationEntityDTO
| Modifier and Type | Field and Description |
|---|---|
static Property<DateTime,NetworkDTO> |
CREATION_DATE |
static Property<java.lang.Boolean,NetworkDTO> |
DEFAULT_NETWORK |
static Property<java.lang.Boolean,NetworkDTO> |
ENABLED |
static Property<ConfigurationDetailedVO,NetworkDTO> |
PARENT_CONFIGURATION |
DESCRIPTION, INTERNAL_NAMENAMEID| Constructor and Description |
|---|
NetworkDTO() |
NetworkDTO(java.lang.Long id) |
NetworkDTO(Property<T,? super NetworkDTO> 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
|
DateTime |
getCreationDate() |
ConfigurationDetailedVO |
getParentConfiguration() |
boolean |
isDefaultNetwork() |
boolean |
isEnabled() |
void |
setCreationDate(DateTime creationDate) |
void |
setDefaultNetwork(boolean defaultNetwork) |
void |
setEnabled(boolean enabled) |
void |
setParentConfiguration(ConfigurationDetailedVO parentConfiguration) |
getDescription, getInternalName, setDescription, setInternalNamecompareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<DateTime,NetworkDTO> CREATION_DATE
public static final Property<java.lang.Boolean,NetworkDTO> DEFAULT_NETWORK
public static final Property<java.lang.Boolean,NetworkDTO> ENABLED
public static final Property<ConfigurationDetailedVO,NetworkDTO> PARENT_CONFIGURATION
public NetworkDTO()
public NetworkDTO(java.lang.Long id)
public NetworkDTO(Property<T,? super NetworkDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ConfigurationEntityDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class ConfigurationEntityDTOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class ConfigurationEntityDTOpublic DateTime getCreationDate()
public boolean isDefaultNetwork()
public boolean isEnabled()
public ConfigurationDetailedVO getParentConfiguration()
public void setCreationDate(DateTime creationDate)
public void setDefaultNetwork(boolean defaultNetwork)
public void setEnabled(boolean enabled)
public void setParentConfiguration(ConfigurationDetailedVO parentConfiguration)