Module com.logicommerce.sdk
Class DocumentPickupPointProviderImpl
java.lang.Object
com.logicommerce.sdk.models.order.implementations.DocumentPickupPointProviderImpl
- All Implemented Interfaces:
DocumentPickupPointProvider
DocumentPickupPointProviderImpl class.
- Since:
- 1.3.8
- Author:
- Logicommerce
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Getter for the fieldname.Getter for the fieldpickupPointProviderId.Getter for the fieldpluginAccountId.Getter for the fieldpluginAccountModule.voidSetter for the fieldname.voidsetPickupPointProviderId(Integer pickupPointProviderId) Setter for the fieldpickupPointProviderId.voidsetPluginAccountId(Integer pluginAccountId) Setter for the fieldpluginAccountId.voidsetPluginAccountModule(String pluginAccountModule) Setter for the fieldpluginAccountModule.
-
Constructor Details
-
DocumentPickupPointProviderImpl
public DocumentPickupPointProviderImpl()
-
-
Method Details
-
getName
Getter for the field
name.- Specified by:
getNamein interfaceDocumentPickupPointProvider- Returns:
- a String
-
getPickupPointProviderId
Getter for the field
pickupPointProviderId.- Specified by:
getPickupPointProviderIdin interfaceDocumentPickupPointProvider- Returns:
- a Integer
-
getPluginAccountId
Getter for the field
pluginAccountId.- Specified by:
getPluginAccountIdin interfaceDocumentPickupPointProvider- Returns:
- a Integer
-
getPluginAccountModule
Getter for the field
pluginAccountModule.- Specified by:
getPluginAccountModulein interfaceDocumentPickupPointProvider- Returns:
- a String
-
setName
Setter for the field
name.- Parameters:
name- aStringobject
-
setPickupPointProviderId
Setter for the field
pickupPointProviderId.- Parameters:
pickupPointProviderId- a Integer
-
setPluginAccountId
Setter for the field
pluginAccountId.- Parameters:
pluginAccountId- a Integer
-
setPluginAccountModule
Setter for the field
pluginAccountModule.- Parameters:
pluginAccountModule- aStringobject
-