Package com.morpheusdata.model
Class Attachment
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.Attachment
-
Field Summary
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setContentType
(String contentType) void
setFileName
(String fileName) void
setFileSize
(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
-