Package org.n52.series.spi.search
Class CategorySearchResult
- java.lang.Object
-
- org.n52.series.spi.search.SearchResult
-
- org.n52.series.spi.search.CategorySearchResult
-
public class CategorySearchResult extends SearchResult
-
-
Constructor Summary
Constructors Constructor Description CategorySearchResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetCollectionName()StringgetHref()StringgetType()-
Methods inherited from class org.n52.series.spi.search.SearchResult
createFullHref, equals, getBaseUrl, getId, getLabel, hasBaseUrl, hashCode, setBaseUrl, setId, setLabel
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getHref
public String getHref()
- Overrides:
getHrefin classSearchResult
-
getType
public String getType()
- Specified by:
getTypein classSearchResult
-
getCollectionName
protected String getCollectionName()
- Specified by:
getCollectionNamein classSearchResult
-
-