Class MapLocationData
- java.lang.Object
-
- de.hybris.platform.storelocator.data.MapLocationData
-
public class MapLocationData extends java.lang.ObjectSimple Data Object for Map Location
-
-
Constructor Summary
Constructors Constructor Description MapLocationData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAddressDescription()java.lang.StringgetCode()java.lang.StringgetLatitude()java.lang.StringgetLongitude()voidsetAddressDescription(java.lang.String addressDescription)voidsetCode(java.lang.String code)voidsetLatitude(java.lang.String latitude)voidsetLongitude(java.lang.String longitude)
-
-
-
Method Detail
-
getCode
public java.lang.String getCode()
- Returns:
- the code
-
setCode
public void setCode(java.lang.String code)
- Parameters:
code- the code to set
-
getLatitude
public java.lang.String getLatitude()
- Returns:
- the latitude
-
setLatitude
public void setLatitude(java.lang.String latitude)
- Parameters:
latitude- the latitude to set
-
getLongitude
public java.lang.String getLongitude()
- Returns:
- the longitude
-
setLongitude
public void setLongitude(java.lang.String longitude)
- Parameters:
longitude- the longitude to set
-
getAddressDescription
public java.lang.String getAddressDescription()
- Returns:
- the addressDescription
-
setAddressDescription
public void setAddressDescription(java.lang.String addressDescription)
- Parameters:
addressDescription- the addressDescription to set
-
-