public class ConfigurationEntityVO extends NamedEntityVO implements IInternalNamedEntity
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.String,ConfigurationEntityVO> |
INTERNAL_NAME |
NAMEID| Constructor and Description |
|---|
ConfigurationEntityVO() |
| 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 |
getInternalName() |
void |
setInternalName(java.lang.String internalName) |
compareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.String,ConfigurationEntityVO> INTERNAL_NAME
public java.lang.Object get(Property<?,?> property)
ObservableBeanget in class NamedEntityVOpublic java.lang.String getInternalName()
getInternalName in interface IInternalNamedEntitypublic 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 NamedEntityVOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class NamedEntityVO