Package com.morpheusdata.model
Class Attachment
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.Attachment
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetContentType(String contentType) voidsetFileName(String fileName) voidsetFileSize(Long fileSize) Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Constructor Details
-
Attachment
public Attachment()
-
-
Method Details
-
getFileName
-
setFileName
-
getContentType
-
setContentType
-
getFileSize
-
setFileSize
-