Module com.logicommerce.sdk
Class GeographicalZoneImpl
- java.lang.Object
-
- com.logicommerce.sdk.models.order.implementations.GeographicalZoneImpl
-
- All Implemented Interfaces:
GeographicalZone
public class GeographicalZoneImpl extends Object implements GeographicalZone
-
-
Constructor Summary
Constructors Constructor Description GeographicalZoneImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCountryId()intgetLocationId()voidsetCountryId(int countryId)voidsetLocationId(int locationId)
-
-
-
Method Detail
-
getCountryId
public int getCountryId()
- Specified by:
getCountryIdin interfaceGeographicalZone
-
getLocationId
public int getLocationId()
- Specified by:
getLocationIdin interfaceGeographicalZone
-
setCountryId
public void setCountryId(int countryId)
-
setLocationId
public void setLocationId(int locationId)
-
-