public class SearchResult extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
attachmentName |
protected Calendar |
createdDate |
protected String |
excerpt |
protected String |
pageName |
protected org.exoplatform.social.core.identity.model.Identity |
poster |
protected long |
score |
protected String |
title |
protected SearchResultType |
type |
protected Calendar |
updatedDate |
protected String |
url |
protected String |
wikiOwner |
protected org.exoplatform.social.core.identity.model.Identity |
wikiOwnerIdentity |
protected String |
wikiType |
| Constructor and Description |
|---|
SearchResult() |
SearchResult(String wikiType,
org.exoplatform.social.core.identity.model.Identity poster,
org.exoplatform.social.core.identity.model.Identity wikiOwnerIdentity,
String pageName,
String attachmentName,
String excerpt,
String title,
SearchResultType type,
Calendar updatedDate,
Calendar createdDate) |
SearchResult(String wikiType,
String wikiOwner,
String pageName,
String attachmentName,
String excerpt,
String title,
SearchResultType type,
Calendar updatedDate,
Calendar createdDate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttachmentName() |
Calendar |
getCreatedDate() |
String |
getExcerpt() |
String |
getPageName() |
org.exoplatform.social.core.identity.model.Identity |
getPoster() |
long |
getScore() |
String |
getTitle() |
SearchResultType |
getType() |
Calendar |
getUpdatedDate() |
String |
getUrl() |
String |
getWikiOwner() |
org.exoplatform.social.core.identity.model.Identity |
getWikiOwnerIdentity() |
String |
getWikiType() |
void |
setAttachmentName(String attachmentName) |
void |
setCreatedDate(Calendar createdDate) |
void |
setExcerpt(String text) |
void |
setPageName(String pageName) |
void |
setPoster(org.exoplatform.social.core.identity.model.Identity poster) |
void |
setScore(long score) |
void |
setTitle(String title) |
void |
setType(SearchResultType type) |
void |
setUpdatedDate(Calendar updatedDate) |
void |
setUrl(String url) |
void |
setWikiOwner(String wikiOwner) |
void |
setWikiOwnerIdentity(org.exoplatform.social.core.identity.model.Identity wikiOwnerIdentity) |
void |
setWikiType(String wikiType) |
protected String wikiType
protected String wikiOwner
protected org.exoplatform.social.core.identity.model.Identity wikiOwnerIdentity
protected org.exoplatform.social.core.identity.model.Identity poster
protected String pageName
protected String attachmentName
protected String excerpt
protected String title
protected SearchResultType type
protected String url
protected long score
protected Calendar updatedDate
protected Calendar createdDate
public SearchResult()
public SearchResult(String wikiType, String wikiOwner, String pageName, String attachmentName, String excerpt, String title, SearchResultType type, Calendar updatedDate, Calendar createdDate)
public SearchResult(String wikiType, org.exoplatform.social.core.identity.model.Identity poster, org.exoplatform.social.core.identity.model.Identity wikiOwnerIdentity, String pageName, String attachmentName, String excerpt, String title, SearchResultType type, Calendar updatedDate, Calendar createdDate)
public String getWikiType()
public void setWikiType(String wikiType)
public String getWikiOwner()
public void setWikiOwner(String wikiOwner)
public String getPageName()
public void setPageName(String pageName)
public String getAttachmentName()
public void setAttachmentName(String attachmentName)
public String getTitle()
public void setTitle(String title)
public String getExcerpt()
public void setExcerpt(String text)
public SearchResultType getType()
public void setType(SearchResultType type)
public String getUrl()
public void setUrl(String url)
public long getScore()
public void setScore(long score)
public Calendar getUpdatedDate()
public void setUpdatedDate(Calendar updatedDate)
public Calendar getCreatedDate()
public void setCreatedDate(Calendar createdDate)
createdDate - the createdDate to setpublic org.exoplatform.social.core.identity.model.Identity getWikiOwnerIdentity()
public void setWikiOwnerIdentity(org.exoplatform.social.core.identity.model.Identity wikiOwnerIdentity)
public org.exoplatform.social.core.identity.model.Identity getPoster()
public void setPoster(org.exoplatform.social.core.identity.model.Identity poster)
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.