org.molgenis.search
Class Hit

java.lang.Object
  extended by org.molgenis.search.Hit

public class Hit
extends Object

Represents a search hit found by the SearchService

Author:
erwin

Constructor Summary
Hit(String id, String documentType, String href, Map<String,Object> columnValueMap)
           
 
Method Summary
 Map<String,Object> getColumnValueMap()
           
 String getDocumentType()
           
 String getHref()
           
 String getId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Hit

public Hit(String id,
           String documentType,
           String href,
           Map<String,Object> columnValueMap)
Method Detail

getId

public String getId()

getDocumentType

public String getDocumentType()

getHref

public String getHref()

getColumnValueMap

public Map<String,Object> getColumnValueMap()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.