Interface Address

All Known Subinterfaces:
CartWarehouse, DocumentProviderPickupPoint, Headquarter, ProviderPickupPoint, ShipmentAddress, UserAddress
All Known Implementing Classes:
AddressImpl, DocumentProviderPickupPointImpl, HeadquarterImpl, ProviderPickupPointImpl, ShipmentAddressImpl, UserAddressImpl

public interface Address
The Address interface represents a physical address.
Since:
1.3.5
Author:
Logicommerce
  • Method Details

    • getName

      String getName()
      Gets the name associated with the address.
      Returns:
      the name associated with the address
    • getAddress

      String getAddress()
      Gets the address.
      Returns:
      the address
    • getNumber

      String getNumber()
      Gets the number associated with the address.
      Returns:
      the number associated with the address
    • getAddressAdditionalInformation

      String getAddressAdditionalInformation()
      Gets additional information about the address.
      Returns:
      additional information about the address
    • getCity

      String getCity()
      Gets the city of the address.
      Returns:
      the city of the address
    • getState

      String getState()
      Gets the state of the address.
      Returns:
      the state of the address
    • getPostalCode

      String getPostalCode()
      Gets the postal code of the address.
      Returns:
      the postal code of the address
    • getLocation

      Location getLocation()
      Gets the location of the address.
      Returns:
      the location of the address
    • getPhone

      String getPhone()
      Gets the phone number associated with the address.
      Returns:
      the phone number associated with the address
    • getMobile

      String getMobile()
      Gets the mobile number associated with the address.
      Returns:
      the mobile number associated with the address