Interface Content<D>

    • Method Detail

      • getItem

        Item getItem()
        Get the item which this content relates to.
        Returns:
        item
      • getData

        D getData()
        The data associated with this content object
        Returns:
        the data
      • getDataClass

        Class<D> getDataClass()
        The class of the data stored in this Content object
        Returns:
        data class
      • getContentClass

        Class<? extends Content<D>> getContentClass()
        The top level content interface this object implements
        Returns:
        common content interface
      • getAnnotations

        AnnotationStore getAnnotations()
        The annotation store for this content
        Returns:
        annotation store