java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.store.GeoPointWsDTO
All Implemented Interfaces:
Serializable

public class GeoPointWsDTO extends Object implements Serializable
Representation of a GeoPoint
See Also:
  • Constructor Details

    • GeoPointWsDTO

      public GeoPointWsDTO()
  • Method Details

    • setLatitude

      public void setLatitude(Double latitude)
    • getLatitude

      public Double getLatitude()
    • setLongitude

      public void setLongitude(Double longitude)
    • getLongitude

      public Double getLongitude()