Package org.gcube.portal.databook.shared
Class Feed
java.lang.Object
org.gcube.portal.databook.shared.Feed
- All Implemented Interfaces:
Serializable,Comparable<Feed>
Deprecated.
- Author:
- Massimiliano Assante, ISTI-CNR
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFeed()Deprecated.default constructorFeed(String key, FeedType type, String entityId, Date time, String vreid, String uri, String uriThumbnail, String description, PrivacyLevel privacy, String fullName, String email, String thumbnailURL, String linkTitle, String linkDescription, String linkHost) Deprecated.To use ONLY for USER FeedsFeed(String key, FeedType type, String entityId, Date time, String vreid, String uri, String uriThumbnail, String description, PrivacyLevel privacy, String fullName, String email, String thumbnailURL, String linkTitle, String linkDescription, String linkHost, boolean applicationFeed) Deprecated.To use for USER and ApplicationProfile FeedsFeed(String key, FeedType type, String entityId, Date time, String vreid, String uri, String uriThumbnail, String description, PrivacyLevel privacy, String fullName, String email, String thumbnailURL, String commentsNo, String likesNo, String linkTitle, String linkDescription, String linkHost, boolean applicationFeed, boolean multiFileUpload) Deprecated.for serialization purposes -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.Deprecated.Deprecated.getEmail()Deprecated.Deprecated.Deprecated.getKey()Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getTime()Deprecated.getType()Deprecated.getUri()Deprecated.Deprecated.getVreid()Deprecated.booleanDeprecated.booleanDeprecated.voidsetApplicationFeed(boolean applicationFeed) Deprecated.voidsetCommentsNo(String commentsNo) Deprecated.voidsetDescription(String description) Deprecated.voidDeprecated.voidsetEntityId(String entityId) Deprecated.set the User or the App idvoidsetFullName(String fullName) Deprecated.voidDeprecated.voidsetLikesNo(String likesNo) Deprecated.voidsetLinkDescription(String linkDescription) Deprecated.voidsetLinkHost(String linkHost) Deprecated.voidsetLinkTitle(String linkTitle) Deprecated.voidsetMultiFileUpload(boolean multiFileUpload) Deprecated.voidsetPrivacy(PrivacyLevel privacy) Deprecated.voidsetThumbnailURL(String thumbnailURL) Deprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidsetUriThumbnail(String uriThumbnail) Deprecated.voidDeprecated.toString()Deprecated.
-
Constructor Details
-
Feed
public Feed()Deprecated.default constructor
-
-
Method Details
-
getKey
Deprecated.- Returns:
- the key
-
setKey
Deprecated. -
getType
Deprecated. -
getEntityId
Deprecated.- Returns:
- the User or the App id
-
setEntityId
Deprecated.set the User or the App id- Parameters:
entityId- the UserId or the AppId id
-
getTime
Deprecated. -
setTime
Deprecated. -
getVreid
Deprecated. -
setVreid
Deprecated. -
getUri
Deprecated. -
setUri
Deprecated. -
getDescription
Deprecated. -
setDescription
Deprecated. -
getPrivacy
Deprecated. -
getFullName
Deprecated. -
setFullName
Deprecated. -
getEmail
Deprecated. -
setEmail
Deprecated. -
getThumbnailURL
Deprecated. -
setThumbnailURL
Deprecated. -
getCommentsNo
Deprecated. -
setCommentsNo
Deprecated. -
getLikesNo
Deprecated. -
setLikesNo
Deprecated. -
getUriThumbnail
Deprecated. -
setUriThumbnail
Deprecated. -
getLinkTitle
Deprecated. -
setLinkTitle
Deprecated. -
getLinkDescription
Deprecated. -
setLinkDescription
Deprecated. -
getLinkHost
Deprecated. -
setLinkHost
Deprecated. -
isApplicationFeed
public boolean isApplicationFeed()Deprecated. -
setApplicationFeed
public void setApplicationFeed(boolean applicationFeed) Deprecated. -
isMultiFileUpload
public boolean isMultiFileUpload()Deprecated. -
setMultiFileUpload
public void setMultiFileUpload(boolean multiFileUpload) Deprecated. -
toString
Deprecated.
-
Postinstead