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, setDirty
getAddress, getRepository
getTracer
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
deserialize, serialize
clear, isDirty, setDirty
getAddress, getRepository
public final String getName()
IConfigEntity.getName()
getName
in interface IConfigEntity
public final IConfigEntityContainer<? extends IConfigEntity> getContainer()
IConfigEntity.getContainer()
getContainer
in interface IConfigEntity
public String toString()
toString
in class ConfigNodeBase
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.