Class ActivitySearchResult
- java.lang.Object
-
- org.exoplatform.social.core.activity.model.ActivitySearchResult
-
public class ActivitySearchResult extends Object
-
-
Constructor Summary
Constructors Constructor Description ActivitySearchResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBody()ActivitySearchResultgetComment()List<String>getExcerpts()longgetId()longgetLastUpdatedTime()longgetPostedTime()IdentitygetPoster()IdentitygetStreamOwner()StringgetType()voidsetBody(String body)voidsetComment(ActivitySearchResult comment)voidsetExcerpts(List<String> excerpts)voidsetId(long id)voidsetLastUpdatedTime(long lastUpdatedTime)voidsetPostedTime(long postedTime)voidsetPoster(Identity poster)voidsetStreamOwner(Identity streamOwner)voidsetType(String type)
-
-
-
Method Detail
-
getId
public long getId()
-
setId
public void setId(long id)
-
getStreamOwner
public Identity getStreamOwner()
-
setStreamOwner
public void setStreamOwner(Identity streamOwner)
-
getPoster
public Identity getPoster()
-
setPoster
public void setPoster(Identity poster)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getBody
public String getBody()
-
setBody
public void setBody(String body)
-
getPostedTime
public long getPostedTime()
-
setPostedTime
public void setPostedTime(long postedTime)
-
getLastUpdatedTime
public long getLastUpdatedTime()
-
setLastUpdatedTime
public void setLastUpdatedTime(long lastUpdatedTime)
-
getComment
public ActivitySearchResult getComment()
-
setComment
public void setComment(ActivitySearchResult comment)
-
-