public class BasicGroupDTO extends ConfigurationEntityDTO
| Modifier and Type | Field and Description |
|---|---|
static Property<ConfigurationDetailedVO,BasicGroupDTO> |
CONFIGURATION |
static Property<BasicGroupNature,BasicGroupDTO> |
NATURE |
DESCRIPTION, INTERNAL_NAMENAMEID| Constructor and Description |
|---|
BasicGroupDTO() |
BasicGroupDTO(java.lang.Long id) |
BasicGroupDTO(Property<T,? super BasicGroupDTO> 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
|
ConfigurationDetailedVO |
getConfiguration() |
BasicGroupNature |
getNature() |
void |
setConfiguration(ConfigurationDetailedVO configuration) |
void |
setNature(BasicGroupNature nature) |
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<ConfigurationDetailedVO,BasicGroupDTO> CONFIGURATION
public static final Property<BasicGroupNature,BasicGroupDTO> NATURE
public BasicGroupDTO()
public BasicGroupDTO(java.lang.Long id)
public BasicGroupDTO(Property<T,? super BasicGroupDTO> 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 ConfigurationDetailedVO getConfiguration()
public BasicGroupNature getNature()
public void setConfiguration(ConfigurationDetailedVO configuration)
public void setNature(BasicGroupNature nature)