Package org.gcube.portal.databook.shared
Class PostWithAttachment
- java.lang.Object
-
- org.gcube.portal.databook.shared.PostWithAttachment
-
- All Implemented Interfaces:
Serializable
public class PostWithAttachment extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PostWithAttachment(Post post, List<Attachment> attachments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Attachment>getAttachments()PostgetPost()voidsetAttachments(List<Attachment> attachments)voidsetPost(Post post)StringtoString()
-
-
-
Constructor Detail
-
PostWithAttachment
public PostWithAttachment(Post post, List<Attachment> attachments)
-
-
Method Detail
-
setAttachments
public void setAttachments(List<Attachment> attachments)
-
setPost
public void setPost(Post post)
-
getAttachments
public List<Attachment> getAttachments()
-
getPost
public Post getPost()
-
-