public class MapLocationData
extends java.lang.Object
| Constructor and Description |
|---|
MapLocationData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddressDescription() |
java.lang.String |
getCode() |
java.lang.String |
getLatitude() |
java.lang.String |
getLongitude() |
void |
setAddressDescription(java.lang.String addressDescription) |
void |
setCode(java.lang.String code) |
void |
setLatitude(java.lang.String latitude) |
void |
setLongitude(java.lang.String longitude) |
public java.lang.String getCode()
public void setCode(java.lang.String code)
code - the code to setpublic java.lang.String getLatitude()
public void setLatitude(java.lang.String latitude)
latitude - the latitude to setpublic java.lang.String getLongitude()
public void setLongitude(java.lang.String longitude)
longitude - the longitude to setpublic java.lang.String getAddressDescription()
public void setAddressDescription(java.lang.String addressDescription)
addressDescription - the addressDescription to setCopyright © 2018 SAP SE. All Rights Reserved.