public abstract class ConfigEntityBase extends ConfigContentNodeBase implements IConfigEntity
This class supplies the base implementation for a configuration entity. The provider should extend this class and complete the implementation.
| Modifier and Type | Method and Description |
|---|---|
IConfigEntityContainer<? extends IConfigEntity> |
getContainer()
Implementation of
IConfigEntity.getContainer() |
String |
getName()
Implementation of
IConfigEntity.getName() |
String |
toString()
Returns a string representation of the entity object
|
isDirty, setDirtygetAddress, getRepositorygetTracerequals, getClass, hashCode, notify, notifyAll, wait, wait, waitdeserialize, serializeclear, isDirty, setDirtygetAddress, getRepositorypublic final String getName()
IConfigEntity.getName()getName in interface IConfigEntitypublic final IConfigEntityContainer<? extends IConfigEntity> getContainer()
IConfigEntity.getContainer()getContainer in interface IConfigEntitypublic String toString()
toString in class ConfigNodeBaseCopyright © 2019 Neeve Research, LLC. All Rights Reserved.