public class BasicGroupDTO extends ConfigurationEntityDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<ConfigurationDetailedVO,BasicGroupDTO> |
CONFIGURATION |
static BasicProperty<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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
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, 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<ConfigurationDetailedVO,BasicGroupDTO> CONFIGURATION
public static final BasicProperty<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 ConfigurationEntityDTOpublic ConfigurationDetailedVO getConfiguration()
public void setConfiguration(ConfigurationDetailedVO configuration)
public BasicGroupNature getNature()
public void setNature(BasicGroupNature nature)