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 setPageName(String pageName)
public String getPageName()
public void setWikiOwner(String wikiOwner)
public String getAttachmentName()
public void setAttachmentName(String attachmentName)
public void setTitle(String title)
public String getTitle()
public void setExcerpt(String text)
public String getExcerpt()
public void setType(SearchResultType type)
public SearchResultType getType()
public void setUrl(String url)
public String getUrl()
public void setScore(long score)
public long getScore()
public Calendar getUpdatedDate()
public void setUpdatedDate(Calendar updatedDate)
public Calendar getCreatedDate()
public void setCreatedDate(Calendar createdDate)
createdDate - the createdDate to setCopyright © 2003–2016 eXo Platform SAS. All rights reserved.