public class NetworkDTO extends ConfigurationEntityDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<DateTime,NetworkDTO> |
CREATION_DATE |
static BasicProperty<java.lang.Boolean,NetworkDTO> |
DEFAULT_NETWORK |
static BasicProperty<java.lang.Boolean,NetworkDTO> |
ENABLED |
static BasicProperty<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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
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, 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<DateTime,NetworkDTO> CREATION_DATE
public static final BasicProperty<java.lang.Boolean,NetworkDTO> DEFAULT_NETWORK
public static final BasicProperty<java.lang.Boolean,NetworkDTO> ENABLED
public static final BasicProperty<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 ConfigurationEntityDTOpublic DateTime getCreationDate()
public void setCreationDate(DateTime creationDate)
public boolean isDefaultNetwork()
public void setDefaultNetwork(boolean defaultNetwork)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public ConfigurationDetailedVO getParentConfiguration()
public void setParentConfiguration(ConfigurationDetailedVO parentConfiguration)