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.void
setCoordinates
(String coordinates) Sets the coordinates.void
Sets the radius.void
Sets the units.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opencms.jsp.search.state.I_CmsSearchStateGeoFilter
hasGeoFilter
-
Constructor Details
-
CmsSearchStateGeoFilter
public CmsSearchStateGeoFilter()
-
-
Method Details
-
getCoordinates
Description copied from interface:I_CmsSearchStateGeoFilter
Returns the coordinates.- Specified by:
getCoordinates
in interfaceI_CmsSearchStateGeoFilter
- Returns:
- the coordinates
- See Also:
-
getRadius
Description copied from interface:I_CmsSearchStateGeoFilter
Returns the radius.- Specified by:
getRadius
in interfaceI_CmsSearchStateGeoFilter
- Returns:
- the radius
- See Also:
-
getUnits
Description copied from interface:I_CmsSearchStateGeoFilter
Returns the units.- Specified by:
getUnits
in interfaceI_CmsSearchStateGeoFilter
- Returns:
- the units
- See Also:
-
setCoordinates
Description copied from interface:I_CmsSearchStateGeoFilter
Sets the coordinates.- Specified by:
setCoordinates
in interfaceI_CmsSearchStateGeoFilter
- Parameters:
coordinates
- the coordinates- See Also:
-
setRadius
Description copied from interface:I_CmsSearchStateGeoFilter
Sets the radius.- Specified by:
setRadius
in interfaceI_CmsSearchStateGeoFilter
- Parameters:
radius
- the radius- See Also:
-
setUnits
Description copied from interface:I_CmsSearchStateGeoFilter
Sets the units.- Specified by:
setUnits
in interfaceI_CmsSearchStateGeoFilter
- See Also:
-