Class AbstractPreviewEntity<T extends AbstractPreviewEntity<T>>

    • Constructor Detail

      • AbstractPreviewEntity

        protected AbstractPreviewEntity()
      • AbstractPreviewEntity

        protected AbstractPreviewEntity​(Preview preview)
        Default constructor
        Parameters:
        preview - the Preview data.
    • Method Detail

      • withURI

        public T withURI​(URI uri)
        Sets a URI to this entity. With this URI, it can then be accessed through the Web.
        Parameters:
        uri - the web entity URI.
        Returns:
        itself.
      • getURI

        public URI getURI()
        Description copied from interface: WebEntity
        Gets the URI at which this web entity is published and can be accessed.
        Specified by:
        getURI in interface WebEntity
        Returns:
        the web entity URI.
      • getDocumentId

        public String getDocumentId()
      • getDocumentType

        public String getDocumentType()
      • getOriginalFileName

        public String getOriginalFileName()
      • getWidth

        public String getWidth()
      • getHeight

        public String getHeight()
      • getLanguage

        public String getLanguage()