Package org.gcube.portal.databook.shared
Class EnhancedPost
java.lang.Object
org.gcube.portal.databook.shared.EnhancedPost
- All Implemented Interfaces:
Serializable
Re-added EnhancedPost model class supporting full-text Elasticsearch index matching
inside social-data-search-client under Java 17 and SG4.
- Author:
- Massimiliano Assante (ISTI - CNR), Alfredo Oliviero (ISTI - CNR)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEnhancedPost(Post post, boolean liked, boolean isUsers) EnhancedPost(Post post, boolean liked, boolean isUsers, ArrayList<Comment> comments) EnhancedPost(Post post, boolean liked, boolean isUsers, ArrayList<Comment> comments, ArrayList<Attachment> attachments) -
Method Summary
Modifier and TypeMethodDescriptiongetPost()booleanisLiked()booleanisUsers()voidsetAttachments(ArrayList<Attachment> attachments) voidsetComments(ArrayList<Comment> comments) voidsetLiked(boolean liked) voidvoidsetUsers(boolean isUsers) toString()
-
Constructor Details
-
EnhancedPost
public EnhancedPost()
-
-
Method Details