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. forGraphicImage
served 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 boolean
equals(Object o)
String
getContentType()
Long
getEntityId()
String
getFileName()
String
getPath()
String
getType()
int
hashCode()
void
setContentType(String contentType)
void
setEntityId(Long entityId)
void
setFileName(String fileName)
void
setPath(String path)
void
setType(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)
-
-