Class UserPortalDynamicFileResourceParams

java.lang.Object
de.xima.fc.gui.model.portal.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:
  • Constructor Details

    • UserPortalDynamicFileResourceParams

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

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • 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