Class LocationDTO
java.lang.Object
de.hybris.platform.storelocator.location.impl.LocationDTO
- All Implemented Interfaces:
Serializable
Data Transport Object for locations
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()getName()getType()voidsetBuildingNo(String buildingNo) voidvoidsetCountryIsoCode(String countryIsoCode) voidsetDescription(String description) voidsetLatitude(String latitude) voidsetLongitude(String longitude) voidsetMapIconUrl(String mapIconUrl) voidvoidsetPostalCode(String postalCode) voidvoid
-
Field Details
-
LOCATION_TYPE_STORE
- See Also:
-
LOCATION_TYPE_WAREHOUSE
- See Also:
-
LOCATION_TYPE_POS
- See Also:
-
-
Constructor Details
-
Method Details
-
getName
- Returns:
- the name
-
setName
- Parameters:
name- the name to set
-
getDescription
- Returns:
- the description
-
setDescription
- Parameters:
description- the description to set
-
getStreet
- Returns:
- the street
-
setStreet
- Parameters:
street- the street to set
-
getBuildingNo
- Returns:
- the buildingNo
-
setBuildingNo
- Parameters:
buildingNo- the buildingNo to set
-
getPostalCode
- Returns:
- the postalCode
-
setPostalCode
- Parameters:
postalCode- the postalCode to set
-
getCity
- Returns:
- the city
-
setCity
- Parameters:
city- the city to set
-
getCountryIsoCode
- Returns:
- the countryIsoCode
-
setCountryIsoCode
- Parameters:
countryIsoCode- the countryIsoCode to set
-
getMapIconUrl
- Returns:
- the mapIconUrl
-
setMapIconUrl
- Parameters:
mapIconUrl- the mapIconUrl to set
-
getLatitude
- Returns:
- the latitude
-
setLatitude
- Parameters:
latitude- the latitude to set
-
getLongitude
- Returns:
- the longitude
-
setLongitude
- Parameters:
longitude- the longitude to set
-
getType
- Returns:
- the type
-
setType
- Parameters:
type- the type to set
-