Class ActivitySearchResult

java.lang.Object
org.exoplatform.social.core.activity.model.ActivitySearchResult

public class ActivitySearchResult extends Object
  • Constructor Details

    • ActivitySearchResult

      public ActivitySearchResult()
  • Method Details

    • 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)
    • getExcerpts

      public List<String> getExcerpts()
    • setExcerpts

      public void setExcerpts(List<String> excerpts)