Interface Annotation

All Known Implementing Classes:
AnnotationImpl

public interface Annotation
A class that represents an annotation
  • Method Details

    • getAnnotationId

      Long getAnnotationId()
    • setAnnotationId

      void setAnnotationId(Long annotationId)
    • getMediapackageId

      String getMediapackageId()
    • setMediapackageId

      void setMediapackageId(String mediapackageId)
    • getUserId

      String getUserId()
    • setUserId

      void setUserId(String userId)
    • getSessionId

      String getSessionId()
    • setSessionId

      void setSessionId(String sessionId)
    • getInpoint

      int getInpoint()
    • setInpoint

      void setInpoint(int inpoint)
    • getOutpoint

      int getOutpoint()
    • setOutpoint

      void setOutpoint(int outpoint)
    • getLength

      int getLength()
    • getType

      String getType()
    • setType

      void setType(String type)
    • getValue

      String getValue()
    • setValue

      void setValue(String value)
    • getCreated

      Date getCreated()
    • setCreated

      void setCreated(Date created)
    • getPrivate

      Boolean getPrivate()
    • setPrivate

      void setPrivate(Boolean isPrivate)