Module com.logicommerce.sdk
Class DocumentProviderPickupPointImpl
java.lang.Object
com.logicommerce.sdk.models.implementations.AddressImpl
com.logicommerce.sdk.models.order.implementations.DocumentProviderPickupPointImpl
- All Implemented Interfaces:
Address,DocumentProviderPickupPoint
public class DocumentProviderPickupPointImpl
extends AddressImpl
implements DocumentProviderPickupPoint
DocumentProviderPickupPointImpl class.
- Since:
- 1.3.8
- Author:
- Logicommerce
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.logicommerce.sdk.models.implementations.AddressImpl
getAddress, getAddressAdditionalInformation, getCity, getLocation, getMobile, getNumber, getPhone, getPostalCode, getState, setAddress, setAddressAdditionalInformation, setCity, setLocation, setMobile, setNumber, setPhone, setPostalCode, setStateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.logicommerce.sdk.models.Address
getAddress, getAddressAdditionalInformation, getCity, getLocation, getMobile, getNumber, getPhone, getPostalCode, getState
-
Constructor Details
-
DocumentProviderPickupPointImpl
public DocumentProviderPickupPointImpl()
-
-
Method Details
-
getKey
Getter for the field
key.- Specified by:
getKeyin interfaceDocumentProviderPickupPoint- Returns:
- a String
-
getName
Getter for the field
name.- Specified by:
getNamein interfaceAddress- Specified by:
getNamein interfaceDocumentProviderPickupPoint- Overrides:
getNamein classAddressImpl- Returns:
- a String
-
getEmail
Getter for the field
email.- Specified by:
getEmailin interfaceDocumentProviderPickupPoint- Returns:
- a String
-
setKey
Setter for the field
key.- Parameters:
key- aStringobject
-
setName
Setter for the field
name.- Overrides:
setNamein classAddressImpl- Parameters:
name- aStringobject
-
setEmail
Setter for the field
email.- Parameters:
email- aStringobject
-