Class MapLocationData
java.lang.Object
de.hybris.platform.storelocator.data.MapLocationData
Simple Data Object for Map Location
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()voidsetAddressDescription(String addressDescription) voidvoidsetLatitude(String latitude) voidsetLongitude(String longitude)
-
Constructor Details
-
MapLocationData
public MapLocationData()
-
-
Method Details
-
getCode
- Returns:
- the code
-
setCode
- Parameters:
code- the code to set
-
getLatitude
- Returns:
- the latitude
-
setLatitude
- Parameters:
latitude- the latitude to set
-
getLongitude
- Returns:
- the longitude
-
setLongitude
- Parameters:
longitude- the longitude to set
-
getAddressDescription
- Returns:
- the addressDescription
-
setAddressDescription
- Parameters:
addressDescription- the addressDescription to set
-