Package de.xima.fc.gui.model.portal
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. forGraphicImageserved by the user portal backend UI.- Since:
- 8.2.0
- Author:
- XIMA Media GmbH
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetContentType()LonggetEntityId()StringgetFileName()StringgetPath()StringgetType()inthashCode()voidsetContentType(String contentType)voidsetEntityId(Long entityId)voidsetFileName(String fileName)voidsetPath(String path)voidsetType(String type)
-
-
-
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)
-
-