Class TitleSearchResult
- java.lang.Object
-
- org.exoplatform.wiki.service.search.TitleSearchResult
-
public class TitleSearchResult extends Object
-
-
Constructor Summary
Constructors Constructor Description TitleSearchResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActivityId()longgetCreatedDate()StringgetExcerpt()StringgetId()Map<String,List<org.exoplatform.social.metadata.model.MetadataItem>>getMetadatas()org.exoplatform.social.rest.entity.IdentityEntitygetPoster()StringgetTitle()SearchResultTypegetType()StringgetUrl()org.exoplatform.social.rest.entity.IdentityEntitygetWikiOwner()voidsetActivityId(String activityId)voidsetCreatedDate(long createdDate)voidsetExcerpt(String excerpt)voidsetId(String id)voidsetMetadatas(Map<String,List<org.exoplatform.social.metadata.model.MetadataItem>> metadatas)voidsetPoster(org.exoplatform.social.rest.entity.IdentityEntity poster)voidsetTitle(String title)voidsetType(SearchResultType type)voidsetUrl(String url)voidsetWikiOwner(org.exoplatform.social.rest.entity.IdentityEntity wikiOwner)
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getActivityId
public String getActivityId()
-
setActivityId
public void setActivityId(String activityId)
-
getType
public SearchResultType getType()
-
setType
public void setType(SearchResultType type)
-
setTitle
public void setTitle(String title)
-
getTitle
public String getTitle()
-
setUrl
public void setUrl(String url)
-
getUrl
public String getUrl()
-
getExcerpt
public String getExcerpt()
-
setExcerpt
public void setExcerpt(String excerpt)
-
getWikiOwner
public org.exoplatform.social.rest.entity.IdentityEntity getWikiOwner()
-
setWikiOwner
public void setWikiOwner(org.exoplatform.social.rest.entity.IdentityEntity wikiOwner)
-
getPoster
public org.exoplatform.social.rest.entity.IdentityEntity getPoster()
-
setPoster
public void setPoster(org.exoplatform.social.rest.entity.IdentityEntity poster)
-
getCreatedDate
public long getCreatedDate()
-
setCreatedDate
public void setCreatedDate(long createdDate)
-
getMetadatas
public Map<String,List<org.exoplatform.social.metadata.model.MetadataItem>> getMetadatas()
-
-