Class GeographicalZoneImpl

java.lang.Object
com.logicommerce.sdk.models.order.implementations.GeographicalZoneImpl
All Implemented Interfaces:
GeographicalZone

public class GeographicalZoneImpl extends Object implements GeographicalZone

GeographicalZoneImpl class.

Since:
1.0.16
Author:
Logicommerce
  • Constructor Details

    • GeographicalZoneImpl

      public GeographicalZoneImpl()
  • Method Details

    • getCountryId

      public int getCountryId()

      Getter for the field countryId.

      Specified by:
      getCountryId in interface GeographicalZone
      Returns:
      a int
    • getLocationId

      public int getLocationId()

      Getter for the field locationId.

      Specified by:
      getLocationId in interface GeographicalZone
      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