Class UserPortalDynamicFileResourceParams

  • All Implemented Interfaces:
    Serializable

    public final class UserPortalDynamicFileResourceParams
    extends Object
    implements Serializable
    Model for the parameters of a dynamically streamed file, e.g. for GraphicImage served by the user portal backend UI.
    Since:
    8.2.0
    Author:
    XIMA Media GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • UserPortalDynamicFileResourceParams

        public UserPortalDynamicFileResourceParams​(String path,
                                                   String type,
                                                   Long entityId,
                                                   String fileName,
                                                   String contentType)
    • Method Detail

      • getContentType

        public String getContentType()
      • setContentType

        public void setContentType​(String contentType)
      • getEntityId

        public Long getEntityId()
      • setEntityId

        public void setEntityId​(Long entityId)
      • getFileName

        public String getFileName()
      • setFileName

        public void setFileName​(String fileName)
      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object