Interface ExternalEntity

All Known Implementing Classes:
AnnotationImpl, CommentImpl

public interface ExternalEntity
External entity interface.
Since:
10.3
  • Method Details

    • 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
    • getOrigin

      String getOrigin()
      Gets annotation origin.
      Returns:
      the origin
    • setOrigin

      void setOrigin(String origin)
      Sets annotation origin.
      Parameters:
      origin - the origin
    • getEntity

      String getEntity()
      Gets annotation entity. This represents the annotation model as the rendition server describes it.
      Returns:
      the entity
    • setEntity

      void setEntity(String entity)
      Sets annotation entity.
      Parameters:
      entity - the entity