java.lang.Object
com.logicommerce.sdk.models.implementations.AddressImpl
All Implemented Interfaces:
Address
Direct Known Subclasses:
DocumentProviderPickupPointImpl, HeadquarterImpl, ShipmentAddressImpl, UserAddressImpl

public class AddressImpl extends Object implements Address

AddressImpl class.

Since:
1.0.16
Author:
Logicommerce
  • Constructor Details

    • AddressImpl

      public AddressImpl()
  • Method Details

    • getName

      public String getName()

      Getter for the field name.

      Specified by:
      getName in interface Address
      Returns:
      a String object
    • getAddress

      public String getAddress()

      Getter for the field address.

      Specified by:
      getAddress in interface Address
      Returns:
      a String object
    • getNumber

      public String getNumber()

      Getter for the field number.

      Specified by:
      getNumber in interface Address
      Returns:
      a String object
      Since:
      1.3.3
    • getAddressAdditionalInformation

      public String getAddressAdditionalInformation()

      Getter for the field addressAdditionalInformation.

      Specified by:
      getAddressAdditionalInformation in interface Address
      Returns:
      a String object
      Since:
      1.3.3
    • getCity

      public String getCity()

      Getter for the field city.

      Specified by:
      getCity in interface Address
      Returns:
      a String object
    • getState

      public String getState()

      Getter for the field state.

      Specified by:
      getState in interface Address
      Returns:
      a String object
    • getPostalCode

      public String getPostalCode()

      Getter for the field postalCode.

      Specified by:
      getPostalCode in interface Address
      Returns:
      a String object
    • getLocation

      public Location getLocation()

      Getter for the field location.

      Specified by:
      getLocation in interface Address
      Returns:
      a Location object
    • getMobile

      public String getMobile()

      Getter for the field mobile.

      Specified by:
      getMobile in interface Address
      Returns:
      a String object
    • getPhone

      public String getPhone()

      Getter for the field phone.

      Specified by:
      getPhone in interface Address
      Returns:
      a String object
    • setName

      public void setName(String name)

      Setter for the field name.

      Parameters:
      name - a String object
    • setAddress

      public void setAddress(String address)

      Setter for the field address.

      Parameters:
      address - a String object
    • setNumber

      public void setNumber(String number)

      Setter for the field number.

      Parameters:
      number - a String object
      Since:
      1.3.3
    • setAddressAdditionalInformation

      public void setAddressAdditionalInformation(String addressAdditionalInformation)

      Setter for the field addressAdditionalInformation.

      Parameters:
      addressAdditionalInformation - a String object
      Since:
      1.3.3
    • setCity

      public void setCity(String city)

      Setter for the field city.

      Parameters:
      city - a String object
    • setState

      public void setState(String state)

      Setter for the field state.

      Parameters:
      state - a String object
    • setPostalCode

      public void setPostalCode(String postalCode)

      Setter for the field postalCode.

      Parameters:
      postalCode - a String object
    • setLocation

      public void setLocation(Location location)

      Setter for the field location.

      Parameters:
      location - a Location object
    • setMobile

      public void setMobile(String mobile)

      Setter for the field mobile.

      Parameters:
      mobile - a String object
    • setPhone

      public void setPhone(String phone)

      Setter for the field phone.

      Parameters:
      phone - a String object