- 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 Summary
Modifier and TypeMethodDescriptionGets the address.Gets additional information about the address.getCity()Gets the city of the address.Gets the location of the address.Gets the mobile number associated with the address.getName()Gets the name associated with the address.Gets the number associated with the address.getPhone()Gets the phone number associated with the address.Gets the postal code of the address.getState()Gets the state of the address.
-
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
-