public class ESSearchResultItem extends Object implements Serializable
IViewDto| Constructor and Description |
|---|
ESSearchResultItem(String id,
es.prodevelop.pui9.model.dto.interfaces.IViewDto dto)
Default constructor for search Items
|
| Modifier and Type | Method and Description |
|---|---|
es.prodevelop.pui9.model.dto.interfaces.IViewDto |
getDto()
Get the Item as
IViewDto representation |
String |
getId()
Get the ElasticSearch identifier for this item
|
public ESSearchResultItem(String id, es.prodevelop.pui9.model.dto.interfaces.IViewDto dto)
id - The ElasticSearch identifierdto - The element as IViewDto representationpublic String getId()
public es.prodevelop.pui9.model.dto.interfaces.IViewDto getDto()
IViewDto representationIViewDto representationCopyright © 2021. All rights reserved.