public abstract class Entity extends Object implements IEntity
Modifier and Type | Field and Description |
---|---|
static Entity |
NULL_ENTITY
Null entity
|
Modifier and Type | Method and Description |
---|---|
abstract IEntity |
deepCopy() |
IAbout |
getAbout() |
List<String> |
getLabel() |
String |
getLocalname() |
abstract String |
getNamespace() |
ITransformation |
getTransformation() |
void |
setAbout(IAbout about) |
void |
setLabel(List<String> label) |
void |
setTransformation(ITransformation transformation) |
String |
toString() |
public static Entity NULL_ENTITY
public Entity(IAbout about)
label
- public ITransformation getTransformation()
getTransformation
in interface IEntity
public void setTransformation(ITransformation transformation)
transformation
- the transformation to setpublic void setAbout(IAbout about)
about
- the about to setpublic abstract IEntity deepCopy()
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a