Package org.n52.series.spi.search
Class SearchResult
- java.lang.Object
-
- org.n52.series.spi.search.SearchResult
-
- Direct Known Subclasses:
CategorySearchResult,DatasetSearchResult,FeatureSearchResult,MeasuringProgramSearchResult,OfferingSearchResult,PhenomenonSearchResult,PlatformSearchResult,ProcedureSearchResult,SamplingSearchResult,ServiceSearchResult,TagSearchResult
public abstract class SearchResult extends Object
-
-
Constructor Summary
Constructors Constructor Description SearchResult()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected StringcreateFullHref()booleanequals(Object obj)StringgetBaseUrl()protected abstract StringgetCollectionName()StringgetHref()StringgetId()StringgetLabel()abstract StringgetType()booleanhasBaseUrl()inthashCode()SearchResultsetBaseUrl(String baseUrl)SearchResultsetId(String id)SearchResultsetLabel(String label)
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public SearchResult setId(String id)
-
getLabel
public String getLabel()
-
setLabel
public SearchResult setLabel(String label)
-
hasBaseUrl
public boolean hasBaseUrl()
-
getBaseUrl
public String getBaseUrl()
-
setBaseUrl
public SearchResult setBaseUrl(String baseUrl)
-
createFullHref
protected String createFullHref()
-
getCollectionName
protected abstract String getCollectionName()
-
getHref
public String getHref()
-
getType
public abstract String getType()
-
-