|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.commons.api.indexing.data.SearchEntry
org.exoplatform.commons.api.indexing.data.SimpleEntry
public class SimpleEntry
The class defines a simple entry
| Field Summary |
|---|
| Fields inherited from class org.exoplatform.commons.api.indexing.data.SearchEntry |
|---|
content, id |
| Constructor Summary | |
|---|---|
SimpleEntry()
|
|
| Method Summary | |
|---|---|
String |
getExcerpt()
Get excerpt |
String |
getTitle()
Get title |
String |
getUrl()
Get URL |
void |
setExcerpt(String excerpt)
Set excerpt |
void |
setTitle(String title)
Set title |
void |
setUrl(String url)
Set URL |
| Methods inherited from class org.exoplatform.commons.api.indexing.data.SearchEntry |
|---|
getContent, getId, setContent, setId, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleEntry()
| Method Detail |
|---|
public String getTitle()
public void setTitle(String title)
title - public String getExcerpt()
public void setExcerpt(String excerpt)
excerpt - public String getUrl()
public void setUrl(String url)
url -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||