Package org.opencms.jsp.search.state
Class CmsSearchStateGeoFilter
java.lang.Object
org.opencms.jsp.search.state.CmsSearchStateGeoFilter
- All Implemented Interfaces:
I_CmsSearchStateGeoFilter
Class keeping the state of the Geo filter.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the coordinates.Returns the radius.getUnits()Returns the units.voidsetCoordinates(String coordinates) Sets the coordinates.voidSets the radius.voidSets the units.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opencms.jsp.search.state.I_CmsSearchStateGeoFilter
hasGeoFilter
-
Constructor Details
-
CmsSearchStateGeoFilter
public CmsSearchStateGeoFilter()
-
-
Method Details
-
getCoordinates
Description copied from interface:I_CmsSearchStateGeoFilterReturns the coordinates.- Specified by:
getCoordinatesin interfaceI_CmsSearchStateGeoFilter- Returns:
- the coordinates
- See Also:
-
getRadius
Description copied from interface:I_CmsSearchStateGeoFilterReturns the radius.- Specified by:
getRadiusin interfaceI_CmsSearchStateGeoFilter- Returns:
- the radius
- See Also:
-
getUnits
Description copied from interface:I_CmsSearchStateGeoFilterReturns the units.- Specified by:
getUnitsin interfaceI_CmsSearchStateGeoFilter- Returns:
- the units
- See Also:
-
setCoordinates
Description copied from interface:I_CmsSearchStateGeoFilterSets the coordinates.- Specified by:
setCoordinatesin interfaceI_CmsSearchStateGeoFilter- Parameters:
coordinates- the coordinates- See Also:
-
setRadius
Description copied from interface:I_CmsSearchStateGeoFilterSets the radius.- Specified by:
setRadiusin interfaceI_CmsSearchStateGeoFilter- Parameters:
radius- the radius- See Also:
-
setUnits
Description copied from interface:I_CmsSearchStateGeoFilterSets the units.- Specified by:
setUnitsin interfaceI_CmsSearchStateGeoFilter- See Also:
-