Package org.exoplatform.appcenter.dto
Class ApplicationImage
- java.lang.Object
-
- org.exoplatform.appcenter.dto.ApplicationImage
-
- All Implemented Interfaces:
Serializable
public class ApplicationImage extends Object implements Serializable
- Author:
- Ayoub Zayati
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApplicationImage()ApplicationImage(Long id, String fileName, String fileBody)ApplicationImage(String fileName, String fileBody)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileBody()StringgetFileName()LonggetId()LonggetLastUpdated()voidsetFileBody(String fileBody)voidsetFileName(String fileName)voidsetId(Long id)voidsetLastUpdated(Long lastUpdated)
-
-
-
Method Detail
-
getFileBody
public String getFileBody()
- Returns:
- the fileBody
-
setFileBody
public void setFileBody(String fileBody)
- Parameters:
fileBody- the fileBody to set
-
getFileName
public String getFileName()
- Returns:
- the fileName
-
setFileName
public void setFileName(String fileName)
- Parameters:
fileName- the fileName to set
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getLastUpdated
public Long getLastUpdated()
-
setLastUpdated
public void setLastUpdated(Long lastUpdated)
-
-