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

Created by The eXo Platform SAS Author : Tung Vu Minh tungvm@exoplatform.com Nov 21, 2012


Field Summary
 
Fields inherited from class org.exoplatform.commons.api.indexing.data.SearchEntry
content, id
 
Constructor Summary
SimpleEntry()
           
 
Method Summary
 String getExcerpt()
           
 String getTitle()
           
 String getUrl()
           
 void setExcerpt(String excerpt)
           
 void setTitle(String title)
           
 void setUrl(String 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()

setTitle

public void setTitle(String title)

getExcerpt

public String getExcerpt()

setExcerpt

public void setExcerpt(String excerpt)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)


Copyright © 2013 eXo Platform SAS. All Rights Reserved.