Class GeoPointWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.store.GeoPointWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class GeoPointWsDTO extends java.lang.Object implements java.io.SerializableRepresentation of a GeoPoint- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeoPointWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.DoublegetLatitude()java.lang.DoublegetLongitude()voidsetLatitude(java.lang.Double latitude)voidsetLongitude(java.lang.Double longitude)
-