Class BannerAttachment
- java.lang.Object
-
- org.exoplatform.social.core.model.Attachment
-
- org.exoplatform.social.core.model.BannerAttachment
-
public class BannerAttachment extends Attachment
-
-
Constructor Summary
Constructors Constructor Description BannerAttachment()BannerAttachment(String id, String fileName, String mimeType, InputStream inputStream, long lastModified)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttachmentType()-
Methods inherited from class org.exoplatform.social.core.model.Attachment
getFileName, getId, getImageBytes, getLastModified, getMimeType, getSize, setFileName, setId, setInputStream, setLastModified, setMimeType
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BannerAttachment
public BannerAttachment()
-
BannerAttachment
public BannerAttachment(String id, String fileName, String mimeType, InputStream inputStream, long lastModified) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getAttachmentType
public String getAttachmentType()
- Specified by:
getAttachmentTypein classAttachment
-
-