Class OrderInformationImpl

java.lang.Object
com.logicommerce.sdk.models.order.implementations.OrderInformationImpl
All Implemented Interfaces:
OrderInformation

public class OrderInformationImpl extends Object implements OrderInformation

OrderInformationImpl class.

Since:
1.0.16
Author:
Logicommerce
  • Constructor Details

    • OrderInformationImpl

      public OrderInformationImpl()
  • Method Details

    • getId

      public Integer getId()

      getId.

      Specified by:
      getId in interface OrderInformation
      Returns:
      a Integer object
    • getChannelId

      public int getChannelId()

      getChannelId.

      Specified by:
      getChannelId in interface OrderInformation
      Returns:
      a int
    • getTransactionId

      public String getTransactionId()

      getTransactionId.

      Specified by:
      getTransactionId in interface OrderInformation
      Returns:
      a String object
    • getAuthNumber

      public String getAuthNumber()

      getAuthNumber.

      Specified by:
      getAuthNumber in interface OrderInformation
      Returns:
      a String object
    • getMarketplaceId

      public Integer getMarketplaceId()

      getMarketplaceId.

      Specified by:
      getMarketplaceId in interface OrderInformation
      Returns:
      a Integer object
    • setId

      public void setId(Integer id)

      Setter for the field id.

      Parameters:
      id - a Integer object
    • setChannelId

      public void setChannelId(int channelId)

      Setter for the field channelId.

      Parameters:
      channelId - a int
    • setTransactionId

      public void setTransactionId(String transactionId)

      Setter for the field transactionId.

      Parameters:
      transactionId - a String object
    • setAuthNumber

      public void setAuthNumber(String authNumber)

      Setter for the field authNumber.

      Parameters:
      authNumber - a String object
    • setMarketplaceId

      public void setMarketplaceId(Integer marketplaceId)

      Setter for the field marketplaceId.

      Parameters:
      marketplaceId - a Integer object