public class SearchResult extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
attachmentName |
protected Calendar |
createdDate |
protected String |
excerpt |
protected String |
pageName |
protected long |
score |
protected String |
title |
protected SearchResultType |
type |
protected Calendar |
updatedDate |
protected String |
url |
protected String |
wikiOwner |
protected String |
wikiType |
| Constructor and Description |
|---|
SearchResult() |
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() |
long |
getScore() |
String |
getTitle() |
SearchResultType |
getType() |
Calendar |
getUpdatedDate() |
String |
getUrl() |
String |
getWikiOwner() |
String |
getWikiType() |
void |
setAttachmentName(String attachmentName) |
void |
setCreatedDate(Calendar createdDate) |
void |
setExcerpt(String text) |
void |
setPageName(String pageName) |
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 |
setWikiType(String wikiType) |
protected String wikiType
protected String wikiOwner
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 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 setCopyright © 2003–2018 eXo Platform SAS. All rights reserved.