-
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 Stringnameprivate final StringcontentTypeprivate final LongcontentLengthprivate final Stringid
-
Constructor Summary
Constructors Constructor Description AttachmentMetaData(String name, String contentType, Long contentLength, String id)
-
Method Summary
Modifier and Type Method Description final StringgetName()final StringgetContentType()final LonggetContentLength()final StringgetId()-
-
Method Detail
-
getContentType
final String getContentType()
-
getContentLength
final Long getContentLength()
-
-
-
-