- java.lang.Object
-
- com.logicommerce.sdk.models.implementations.LocationImpl
-
-
Constructor Summary
Constructors Constructor Description LocationImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCountry()DoublegetLatitude()IntegergetLocationId()DoublegetLongitude()voidsetCountry(String country)voidsetLatitude(Double latitude)voidsetLocationId(Integer locationId)voidsetLongitude(Double longitude)
-
-
-
Method Detail
-
getCountry
public String getCountry()
- Specified by:
getCountryin interfaceLocation
-
getLocationId
public Integer getLocationId()
- Specified by:
getLocationIdin interfaceLocation
-
getLatitude
public Double getLatitude()
- Specified by:
getLatitudein interfaceLocation
-
getLongitude
public Double getLongitude()
- Specified by:
getLongitudein interfaceLocation
-
setCountry
public void setCountry(String country)
-
setLocationId
public void setLocationId(Integer locationId)
-
setLatitude
public void setLatitude(Double latitude)
-
setLongitude
public void setLongitude(Double longitude)
-
-