Class UserAddressImpl

java.lang.Object
com.logicommerce.sdk.models.implementations.AddressImpl
com.logicommerce.sdk.models.implementations.UserAddressImpl
All Implemented Interfaces:
Address, UserAddress

public class UserAddressImpl extends AddressImpl implements UserAddress

UserAddressImpl class.

Since:
1.0.16
Author:
Logicommerce
  • Constructor Details

    • UserAddressImpl

      public UserAddressImpl()
  • Method Details

    • isDefaultAddress

      public boolean isDefaultAddress()

      isDefaultAddress.

      Specified by:
      isDefaultAddress in interface UserAddress
      Returns:
      a boolean
      See Also:
    • setDefaultAddress

      public void setDefaultAddress(boolean defaultAddress)

      Setter for the field defaultAddress.

      Parameters:
      defaultAddress - a boolean
    • getAlias

      public String getAlias()

      Getter for the field alias.

      Specified by:
      getAlias in interface UserAddress
      Returns:
      a String object
    • setAlias

      public void setAlias(String alias)

      Setter for the field alias.

      Parameters:
      alias - a String object
    • getFirstName

      public String getFirstName()

      Getter for the field firstName.

      Specified by:
      getFirstName in interface UserAddress
      Returns:
      a String object
    • setFirstName

      public void setFirstName(String firstName)

      Setter for the field firstName.

      Parameters:
      firstName - a String object
    • getLastName

      public String getLastName()

      Getter for the field lastName.

      Specified by:
      getLastName in interface UserAddress
      Returns:
      a String object
    • setLastName

      public void setLastName(String lastName)

      Setter for the field lastName.

      Parameters:
      lastName - a String object
    • getCompany

      public String getCompany()

      Getter for the field company.

      Specified by:
      getCompany in interface UserAddress
      Returns:
      a String object
    • setCompany

      public void setCompany(String company)

      Setter for the field company.

      Parameters:
      company - a String object
    • getNif

      public String getNif()

      Getter for the field nif.

      Specified by:
      getNif in interface UserAddress
      Returns:
      a String object
    • setNif

      public void setNif(String nif)

      Setter for the field nif.

      Parameters:
      nif - a String object
    • getVat

      public String getVat()

      Getter for the field vat.

      Specified by:
      getVat in interface UserAddress
      Returns:
      a String object
    • setVat

      public void setVat(String vat)

      Setter for the field vat.

      Parameters:
      vat - a String object
    • isTax

      public boolean isTax()

      isTax.

      Specified by:
      isTax in interface UserAddress
      Returns:
      a boolean
    • setTax

      public void setTax(boolean tax)

      Setter for the field tax.

      Parameters:
      tax - a boolean
    • isRe

      public boolean isRe()

      isRe.

      Specified by:
      isRe in interface UserAddress
      Returns:
      a boolean
    • setRe

      public void setRe(boolean re)

      Setter for the field re.

      Parameters:
      re - a boolean
    • getName

      public String getName()

      getName.

      Specified by:
      getName in interface Address
      Overrides:
      getName in class AddressImpl
      Returns:
      a String object