Module com.logicommerce.sdk
Class GeographicalZoneImpl
java.lang.Object
com.logicommerce.sdk.models.order.implementations.GeographicalZoneImpl
- All Implemented Interfaces:
GeographicalZone
GeographicalZoneImpl class.
- Since:
- 1.0.16
- Author:
- Logicommerce
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGetter for the fieldcountryId.intGetter for the fieldlocationId.voidsetCountryId(int countryId) Setter for the fieldcountryId.voidsetLocationId(int locationId) Setter for the fieldlocationId.
-
Constructor Details
-
GeographicalZoneImpl
public GeographicalZoneImpl()
-
-
Method Details
-
getCountryId
public int getCountryId()Getter for the field
countryId.- Specified by:
getCountryIdin interfaceGeographicalZone- Returns:
- a int
-
getLocationId
public int getLocationId()Getter for the field
locationId.- Specified by:
getLocationIdin interfaceGeographicalZone- Returns:
- a int
-
setCountryId
public void setCountryId(int countryId) Setter for the field
countryId.- Parameters:
countryId- a int
-
setLocationId
public void setLocationId(int locationId) Setter for the field
locationId.- Parameters:
locationId- a int
-