-
public final class AttachmentMetaDataMeta data associated with an attachment. Attachments are stored as byte blobs so the meta data is stored separately.
-
-
Field Summary
Fields Modifier and Type Field Description private final LongcontentLengthprivate final StringcontentTypeprivate final Stringidprivate final Stringname
-
Constructor Summary
Constructors Constructor Description AttachmentMetaData(Long contentLength, String contentType, String id, String name)
-
Method Summary
Modifier and Type Method Description final LonggetContentLength()final StringgetContentType()final StringgetId()final StringgetName()-
-
Method Detail
-
getContentLength
final Long getContentLength()
-
getContentType
final String getContentType()
-
-
-
-