Package org.gcube.portal.databook.shared
Class EnhancedFeed
java.lang.Object
org.gcube.portal.databook.shared.EnhancedFeed
- All Implemented Interfaces:
Serializable
- Author:
- massi This class contains addtional user related information about a Feed e.g. if this user has liked it
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEnhancedFeed(Feed feed, boolean liked, boolean isUsers) EnhancedFeed(Feed feed, boolean liked, boolean isUsers, ArrayList<Comment> comments) EnhancedFeed(Feed feed, boolean liked, boolean isUsers, ArrayList<Comment> comments, ArrayList<Attachment> attachments) -
Method Summary
Modifier and TypeMethodDescriptiongetFeed()booleanisLiked()booleanisUsers()voidsetAttachments(ArrayList<Attachment> attachments) voidsetComments(ArrayList<Comment> comments) voidvoidsetLiked(boolean liked) voidsetUsers(boolean isUsers) toString()
-
Constructor Details
-
EnhancedFeed
public EnhancedFeed()
-
-
Method Details