Class PostInputBean
java.lang.Object
org.gcube.social_networking.socialnetworking.model.beans.PostInputBean
- All Implemented Interfaces:
Serializable
Generic input bean for methods that allow to write posts
- Author:
- Costantino Perciante at ISTI-CNR
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetText()booleanvoidsetEnablenotification(boolean enablenotification) voidsetHttpimageurl(String httpimageurl) voidvoidsetPreviewdescription(String previewdescription) voidsetPreviewhost(String previewhost) voidsetPreviewtitle(String previewtitle) voidsetPreviewurl(String previewurl) voidtoString()
-
Constructor Details
-
PostInputBean
public PostInputBean() -
PostInputBean
-
-
Method Details
-
getText
-
setText
-
getPreviewtitle
-
setPreviewtitle
-
getPreviewdescription
-
setPreviewdescription
-
getPreviewhost
-
setPreviewhost
-
getPreviewurl
-
setPreviewurl
-
getHttpimageurl
-
setHttpimageurl
-
isEnablenotification
public boolean isEnablenotification() -
setEnablenotification
public void setEnablenotification(boolean enablenotification) -
getParams
-
setParams
-
toString
-