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

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

public class SearchEntry
extends Object

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


Field Summary
protected  Map<String,Object> content
           
protected  SearchEntryId id
           
 
Constructor Summary
SearchEntry()
           
SearchEntry(String collection, String type, String name, Map<String,Object> content)
           
 
Method Summary
 Map<String,Object> getContent()
           
 SearchEntryId getId()
           
 void setContent(Map<String,Object> content)
           
 void setId(SearchEntryId id)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected SearchEntryId id

content

protected Map<String,Object> content
Constructor Detail

SearchEntry

public SearchEntry()

SearchEntry

public SearchEntry(String collection,
                   String type,
                   String name,
                   Map<String,Object> content)
Method Detail

getId

public SearchEntryId getId()

setId

public void setId(SearchEntryId id)

getContent

public Map<String,Object> getContent()

setContent

public void setContent(Map<String,Object> content)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 eXo Platform SAS. All Rights Reserved.