org.exoplatform.commons.api.indexing.data
Class SimpleEntry

java.lang.Object
  extended by org.exoplatform.commons.api.indexing.data.SearchEntry
      extended by org.exoplatform.commons.api.indexing.data.SimpleEntry
Direct Known Subclasses:
StandardEntry

public class SimpleEntry
extends SearchEntry

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

SimpleEntry

public SimpleEntry()
Method Detail

getTitle

public String getTitle()
Get title

Returns:
String

setTitle

public void setTitle(String title)
Set title

Parameters:
title -

getExcerpt

public String getExcerpt()
Get excerpt

Returns:
String

setExcerpt

public void setExcerpt(String excerpt)
Set excerpt

Parameters:
excerpt -

getUrl

public String getUrl()
Get URL

Returns:
String

setUrl

public void setUrl(String url)
Set URL

Parameters:
url -


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.