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