org.fao.geonet.services.util.z3950
Class GNExplainInfoDTO

java.lang.Object
  extended by org.fao.geonet.services.util.z3950.GNExplainInfoDTO

public class GNExplainInfoDTO
extends Object

Data transport object for explain operation

Author:
'Timo Proescholdt '

Constructor Summary
GNExplainInfoDTO()
           
GNExplainInfoDTO(String id)
           
GNExplainInfoDTO(String id, String title)
           
 
Method Summary
 void addMapping(String index, String namespace)
           
 String getId()
           
 Map<String,String> getMappings()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GNExplainInfoDTO

public GNExplainInfoDTO()

GNExplainInfoDTO

public GNExplainInfoDTO(String id)

GNExplainInfoDTO

public GNExplainInfoDTO(String id,
                        String title)
Method Detail

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.