Interface ExternalEntity
-
- All Known Implementing Classes:
AnnotationImpl
,CommentImpl
public interface ExternalEntity
External entity interface.- Since:
- 10.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEntity()
Gets annotation entity.String
getEntityId()
Gets annotation entity id, generated by the external service.String
getOrigin()
Gets annotation origin.void
setEntity(String entity)
Sets annotation entity.void
setEntityId(String entityId)
Sets annotation entity id.void
setOrigin(String origin)
Sets annotation origin.
-
-
-
Method Detail
-
getEntityId
String getEntityId()
Gets annotation entity id, generated by the external service.- Returns:
- the entity id
-
setEntityId
void setEntityId(String entityId)
Sets annotation entity id.- Parameters:
entityId
- the entity id
-
getEntity
String getEntity()
Gets annotation entity. This represents the annotation model as the rendition server describes it.- Returns:
- the entity
-
-