Package com.thed.model
Class AttachmentDTO
java.lang.Object
com.thed.model.AttachmentDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setContentType
(String contentType) void
setDateCreated
(String dateCreated) void
setDescription
(String description) void
setFieldName
(String fieldName) void
setFileName
(String fileName) void
setTempFilePath
(String tempFilePath)
-
Constructor Details
-
AttachmentDTO
public AttachmentDTO()
-
-
Method Details
-
getFileName
-
setFileName
-
getFieldName
-
setFieldName
-
getDateCreated
-
setDateCreated
-
getDescription
-
setDescription
-
getContentType
-
setContentType
-
getTempFilePath
-
setTempFilePath
-