public class ConfigurationEntityDTO extends NamedEntityDTO implements IInternalNamedEntity
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.String,ConfigurationEntityDTO> |
DESCRIPTION |
static Property<java.lang.String,ConfigurationEntityDTO> |
INTERNAL_NAME |
NAMEID| Constructor and Description |
|---|
ConfigurationEntityDTO() |
| 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
|
java.lang.String |
getDescription() |
java.lang.String |
getInternalName() |
void |
setDescription(java.lang.String description) |
void |
setInternalName(java.lang.String internalName) |
compareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.String,ConfigurationEntityDTO> INTERNAL_NAME
public static final Property<java.lang.String,ConfigurationEntityDTO> DESCRIPTION
public java.lang.Object get(Property<?,?> property)
ObservableBeanget in class NamedEntityDTOpublic java.lang.String getDescription()
public java.lang.String getInternalName()
getInternalName in interface IInternalNamedEntitypublic void setDescription(java.lang.String description)
public void setInternalName(java.lang.String internalName)
setInternalName in interface IInternalNamedEntityinternalName - the internal name to be set.protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NamedEntityDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class NamedEntityDTO