org.exoplatform.commons.api.indexing.data
Class SearchEntry
java.lang.Object
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
id
protected SearchEntryId id
content
protected Map<String,Object> content
SearchEntry
public SearchEntry()
SearchEntry
public SearchEntry(String collection,
String type,
String name,
Map<String,Object> content)
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.