java.lang.Object
com.logicommerce.sdk.models.implementations.LocationImpl
All Implemented Interfaces:
Location

public class LocationImpl extends Object implements Location

LocationImpl class.

Since:
1.0.16
Author:
Logicommerce
  • Constructor Details

    • LocationImpl

      public LocationImpl()
  • Method Details

    • getCountry

      public String getCountry()

      Getter for the field country.

      Specified by:
      getCountry in interface Location
      Returns:
      a String object
    • getLocationId

      public Integer getLocationId()

      Getter for the field locationId.

      Specified by:
      getLocationId in interface Location
      Returns:
      a Integer object
    • getLatitude

      public Double getLatitude()

      Getter for the field latitude.

      Specified by:
      getLatitude in interface Location
      Returns:
      a Double object
    • getLongitude

      public Double getLongitude()

      Getter for the field longitude.

      Specified by:
      getLongitude in interface Location
      Returns:
      a Double object
    • getStateCode

      public String getStateCode()

      Getter for the field stateCode.

      Specified by:
      getStateCode in interface Location
      Returns:
      a String object
    • setCountry

      public void setCountry(String country)

      Getter for the field country.

      Parameters:
      country - a String object
    • setLocationId

      public void setLocationId(Integer locationId)

      Setter for the field locationId.

      Parameters:
      locationId - a Integer object
    • setLatitude

      public void setLatitude(Double latitude)

      Setter for the field latitude.

      Parameters:
      latitude - a Double object
    • setLongitude

      public void setLongitude(Double longitude)

      Setter for the field longitude.

      Parameters:
      longitude - a Double object
    • setStateCode

      public void setStateCode(String stateCode)

      Setter for the field stateCode.

      Parameters:
      stateCode - a String object
    • getName

      public String getName()

      Getter for the field name.

      Specified by:
      getName in interface Location
      Returns:
      a String object
    • setName

      public void setName(String name)

      Setter for the field name.

      Parameters:
      name - a String object