public class LocationDTO extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
LOCATION_TYPE_POS |
static String |
LOCATION_TYPE_STORE |
static String |
LOCATION_TYPE_WAREHOUSE |
| Constructor and Description |
|---|
LocationDTO() |
LocationDTO(String street,
String buildingNo,
String postalCode,
String city,
String countryIsoCode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildingNo() |
String |
getCity() |
String |
getCountryIsoCode() |
String |
getDescription() |
String |
getLatitude() |
String |
getLongitude() |
String |
getMapIconUrl() |
String |
getName() |
String |
getPostalCode() |
String |
getStreet() |
String |
getType() |
void |
setBuildingNo(String buildingNo) |
void |
setCity(String city) |
void |
setCountryIsoCode(String countryIsoCode) |
void |
setDescription(String description) |
void |
setLatitude(String latitude) |
void |
setLongitude(String longitude) |
void |
setMapIconUrl(String mapIconUrl) |
void |
setName(String name) |
void |
setPostalCode(String postalCode) |
void |
setStreet(String street) |
void |
setType(String type) |
public static final String LOCATION_TYPE_STORE
public static final String LOCATION_TYPE_WAREHOUSE
public static final String LOCATION_TYPE_POS
public String getName()
public void setName(String name)
name - the name to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getStreet()
public void setStreet(String street)
street - the street to setpublic String getBuildingNo()
public void setBuildingNo(String buildingNo)
buildingNo - the buildingNo to setpublic String getPostalCode()
public void setPostalCode(String postalCode)
postalCode - the postalCode to setpublic String getCity()
public void setCity(String city)
city - the city to setpublic String getCountryIsoCode()
public void setCountryIsoCode(String countryIsoCode)
countryIsoCode - the countryIsoCode to setpublic String getMapIconUrl()
public void setMapIconUrl(String mapIconUrl)
mapIconUrl - the mapIconUrl to setpublic String getLatitude()
public void setLatitude(String latitude)
latitude - the latitude to setpublic String getLongitude()
public void setLongitude(String longitude)
longitude - the longitude to setpublic String getType()
public void setType(String type)
type - the type to setCopyright © 2017 SAP SE. All Rights Reserved.