Class DocumentPickupPointProviderImpl

java.lang.Object
com.logicommerce.sdk.models.order.implementations.DocumentPickupPointProviderImpl
All Implemented Interfaces:
DocumentPickupPointProvider

public class DocumentPickupPointProviderImpl extends Object implements DocumentPickupPointProvider

DocumentPickupPointProviderImpl class.

Since:
1.3.8
Author:
Logicommerce
  • Constructor Details

    • DocumentPickupPointProviderImpl

      public DocumentPickupPointProviderImpl()
  • Method Details

    • getName

      public String getName()

      Getter for the field name.

      Specified by:
      getName in interface DocumentPickupPointProvider
      Returns:
      a String
    • getPickupPointProviderId

      public Integer getPickupPointProviderId()

      Getter for the field pickupPointProviderId.

      Specified by:
      getPickupPointProviderId in interface DocumentPickupPointProvider
      Returns:
      a Integer
    • getPluginAccountId

      public Integer getPluginAccountId()

      Getter for the field pluginAccountId.

      Specified by:
      getPluginAccountId in interface DocumentPickupPointProvider
      Returns:
      a Integer
    • getPluginAccountModule

      public String getPluginAccountModule()

      Getter for the field pluginAccountModule.

      Specified by:
      getPluginAccountModule in interface DocumentPickupPointProvider
      Returns:
      a String
    • setName

      public void setName(String name)

      Setter for the field name.

      Parameters:
      name - a String object
    • setPickupPointProviderId

      public void setPickupPointProviderId(Integer pickupPointProviderId)

      Setter for the field pickupPointProviderId.

      Parameters:
      pickupPointProviderId - a Integer
    • setPluginAccountId

      public void setPluginAccountId(Integer pluginAccountId)

      Setter for the field pluginAccountId.

      Parameters:
      pluginAccountId - a Integer
    • setPluginAccountModule

      public void setPluginAccountModule(String pluginAccountModule)

      Setter for the field pluginAccountModule.

      Parameters:
      pluginAccountModule - a String object