public interface Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
ENTITY_SITE
Property used to link the site managing this entity
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
The id (signifier) of this Entity.
|
Representation |
getMetadata()
Getter for the meta data about the representation of this Entity.
|
Representation |
getRepresentation()
Getter for the
Representation of that sign as defined/managed by the site
The id of this Representation MUST BE the
same as the id if the Entity. |
String |
getSite()
Getter for the id of the referenced Site that defines/manages this sign.
|
static final String ENTITY_SITE
String getId()
String getSite()
getId()).
Therefore there may be different entity instances of Entity with
the same id but different representations.Representation getRepresentation()
Representation of that sign as defined/managed by the site
The id of this Representation MUST BE the
same as the id if the Entity.Representation getMetadata()
id of this Representation MUST NOT BE
the same as the id if the Entity.Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.