public class SearchEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
content |
protected SearchEntryId |
id |
| Constructor and Description |
|---|
SearchEntry()
Default constructor
|
SearchEntry(String collection,
String type,
String name,
Map<String,Object> content)
Constructor creates a entry with specified parameters
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getContent()
Get content
|
SearchEntryId |
getId()
Get entry id
|
void |
setContent(Map<String,Object> content)
Set content
|
void |
setId(SearchEntryId id)
Set entry id
|
String |
toString() |
protected SearchEntryId id
public SearchEntryId getId()
public void setId(SearchEntryId id)
id - public Map<String,Object> getContent()
public void setContent(Map<String,Object> content)
content - Copyright © 2003–2021 eXo Platform SAS. All rights reserved.