Class MapLocationData

java.lang.Object
de.hybris.platform.storelocator.data.MapLocationData

public class MapLocationData extends Object
Simple Data Object for Map Location
  • Constructor Details

    • MapLocationData

      public MapLocationData()
  • Method Details

    • getCode

      public String getCode()
      Returns:
      the code
    • setCode

      public void setCode(String code)
      Parameters:
      code - the code to set
    • getLatitude

      public String getLatitude()
      Returns:
      the latitude
    • setLatitude

      public void setLatitude(String latitude)
      Parameters:
      latitude - the latitude to set
    • getLongitude

      public String getLongitude()
      Returns:
      the longitude
    • setLongitude

      public void setLongitude(String longitude)
      Parameters:
      longitude - the longitude to set
    • getAddressDescription

      public String getAddressDescription()
      Returns:
      the addressDescription
    • setAddressDescription

      public void setAddressDescription(String addressDescription)
      Parameters:
      addressDescription - the addressDescription to set