public class TitleSearchResult extends Object
| Constructor and Description |
|---|
TitleSearchResult(String title,
org.exoplatform.social.rest.entity.IdentityEntity poster,
org.exoplatform.social.rest.entity.IdentityEntity wikiOwner,
String excerpt,
long createdDate,
SearchResultType type,
String url) |
TitleSearchResult(String title,
SearchResultType type,
String url) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreatedDate() |
String |
getExcerpt() |
org.exoplatform.social.rest.entity.IdentityEntity |
getPoster() |
String |
getTitle() |
SearchResultType |
getType() |
String |
getUrl() |
org.exoplatform.social.rest.entity.IdentityEntity |
getWikiOwner() |
void |
setCreatedDate(long createdDate) |
void |
setExcerpt(String excerpt) |
void |
setPoster(org.exoplatform.social.rest.entity.IdentityEntity poster) |
void |
setTitle(String title) |
void |
setType(SearchResultType type) |
void |
setUrl(String url) |
void |
setWikiOwner(org.exoplatform.social.rest.entity.IdentityEntity wikiOwner) |
public TitleSearchResult(String title, org.exoplatform.social.rest.entity.IdentityEntity poster, org.exoplatform.social.rest.entity.IdentityEntity wikiOwner, String excerpt, long createdDate, SearchResultType type, String url)
public TitleSearchResult(String title, SearchResultType type, String url)
public SearchResultType getType()
public void setType(SearchResultType type)
public void setTitle(String title)
public String getTitle()
public void setUrl(String url)
public String getUrl()
public String getExcerpt()
public void setExcerpt(String excerpt)
public org.exoplatform.social.rest.entity.IdentityEntity getWikiOwner()
public void setWikiOwner(org.exoplatform.social.rest.entity.IdentityEntity wikiOwner)
public org.exoplatform.social.rest.entity.IdentityEntity getPoster()
public void setPoster(org.exoplatform.social.rest.entity.IdentityEntity poster)
public long getCreatedDate()
public void setCreatedDate(long createdDate)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.