org.fao.geonet.services.util.z3950
Class GNExplainInfoDTO
java.lang.Object
org.fao.geonet.services.util.z3950.GNExplainInfoDTO
public class GNExplainInfoDTO
- extends Object
Data transport object for explain operation
- Author:
- 'Timo Proescholdt '
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GNExplainInfoDTO
public GNExplainInfoDTO()
GNExplainInfoDTO
public GNExplainInfoDTO(String id)
GNExplainInfoDTO
public GNExplainInfoDTO(String id,
String title)
getId
public String getId()
getTitle
public String getTitle()
getMappings
public Map<String,String> getMappings()
- Returns:
- map containing indices (and their namespaces) that map to
this index
addMapping
public void addMapping(String index,
String namespace)
Copyright © 2003-2013. All Rights Reserved.