public abstract 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() |
java.lang.String |
getInternalName() |
void |
setInternalName(java.lang.String internalName) |
compareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, className, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final Property<java.lang.String,ConfigurationEntityVO> INTERNAL_NAME
public 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 NamedEntityVO