Package io.meeds.appcenter.model
Class ApplicationImage
java.lang.Object
io.meeds.appcenter.model.ApplicationImage
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationImage(Long id, String fileName, String fileBody) ApplicationImage(String fileName, String fileBody) -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetFileBody(String fileBody) voidsetFileName(String fileName) voidvoidsetLastUpdated(Long lastUpdated)
-
Constructor Details
-
ApplicationImage
public ApplicationImage() -
ApplicationImage
-
ApplicationImage
-
-
Method Details
-
getFileBody
- Returns:
- the fileBody
-
setFileBody
- Parameters:
fileBody- the fileBody to set
-
getFileName
- Returns:
- the fileName
-
setFileName
- Parameters:
fileName- the fileName to set
-
getId
-
setId
-
getLastUpdated
-
setLastUpdated
-