java.lang.Object
de.hybris.platform.storelocator.location.impl.LocationDTO
All Implemented Interfaces:
Serializable

public class LocationDTO extends Object implements Serializable
Data Transport Object for locations
See Also:
  • Field Details

  • Constructor Details

    • LocationDTO

      public LocationDTO()
    • LocationDTO

      public LocationDTO(String street, String buildingNo, String postalCode, String city, String countryIsoCode)
      Parameters:
      street -
      buildingNo -
      postalCode -
      city -
      countryIsoCode -
  • Method Details

    • getName

      public String getName()
      Returns:
      the name
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set
    • getDescription

      public String getDescription()
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Parameters:
      description - the description to set
    • getStreet

      public String getStreet()
      Returns:
      the street
    • setStreet

      public void setStreet(String street)
      Parameters:
      street - the street to set
    • getBuildingNo

      public String getBuildingNo()
      Returns:
      the buildingNo
    • setBuildingNo

      public void setBuildingNo(String buildingNo)
      Parameters:
      buildingNo - the buildingNo to set
    • getPostalCode

      public String getPostalCode()
      Returns:
      the postalCode
    • setPostalCode

      public void setPostalCode(String postalCode)
      Parameters:
      postalCode - the postalCode to set
    • getCity

      public String getCity()
      Returns:
      the city
    • setCity

      public void setCity(String city)
      Parameters:
      city - the city to set
    • getCountryIsoCode

      public String getCountryIsoCode()
      Returns:
      the countryIsoCode
    • setCountryIsoCode

      public void setCountryIsoCode(String countryIsoCode)
      Parameters:
      countryIsoCode - the countryIsoCode to set
    • getMapIconUrl

      public String getMapIconUrl()
      Returns:
      the mapIconUrl
    • setMapIconUrl

      public void setMapIconUrl(String mapIconUrl)
      Parameters:
      mapIconUrl - the mapIconUrl 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
    • getType

      public String getType()
      Returns:
      the type
    • setType

      public void setType(String type)
      Parameters:
      type - the type to set