Class Attachment
-
- All Implemented Interfaces:
public final class Attachment
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringurlprivate final AttachmentTypetypeprivate final I18nTextdescription
-
Constructor Summary
Constructors Constructor Description Attachment(String url, AttachmentType type, I18nText description)
-
Method Summary
Modifier and Type Method Description final StringgetUrl()final AttachmentTypegetType()final I18nTextgetDescription()-
-
Constructor Detail
-
Attachment
Attachment(String url, AttachmentType type, I18nText description)
-
-
Method Detail
-
getType
final AttachmentType getType()
-
getDescription
final I18nText getDescription()
-
-
-
-