Interface CommerceOrderModel

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CommerceOrder>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<CommerceOrder>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel, com.liferay.portal.kernel.model.StagedModel, com.liferay.portal.kernel.model.WorkflowedModel
All Known Subinterfaces:
CommerceOrder
All Known Implementing Classes:
CommerceOrderWrapper

@ProviderType public interface CommerceOrderModel extends com.liferay.portal.kernel.model.BaseModel<CommerceOrder>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel, com.liferay.portal.kernel.model.WorkflowedModel
The base model interface for the CommerceOrder service. Represents a row in the "CommerceOrder" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.commerce.model.impl.CommerceOrderModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.commerce.model.impl.CommerceOrderImpl.

See Also:
Generated:
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this commerce order.
      Returns:
      the primary key of this commerce order
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this commerce order.
      Parameters:
      primaryKey - the primary key of this commerce order
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this commerce order.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this commerce order
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this commerce order.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this commerce order
    • getUuid

      @AutoEscape String getUuid()
      Returns the uuid of this commerce order.
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this commerce order
    • setUuid

      void setUuid(String uuid)
      Sets the uuid of this commerce order.
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      uuid - the uuid of this commerce order
    • getExternalReferenceCode

      @AutoEscape String getExternalReferenceCode()
      Returns the external reference code of this commerce order.
      Specified by:
      getExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Returns:
      the external reference code of this commerce order
    • setExternalReferenceCode

      void setExternalReferenceCode(String externalReferenceCode)
      Sets the external reference code of this commerce order.
      Specified by:
      setExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Parameters:
      externalReferenceCode - the external reference code of this commerce order
    • getCommerceOrderId

      long getCommerceOrderId()
      Returns the commerce order ID of this commerce order.
      Returns:
      the commerce order ID of this commerce order
    • setCommerceOrderId

      void setCommerceOrderId(long commerceOrderId)
      Sets the commerce order ID of this commerce order.
      Parameters:
      commerceOrderId - the commerce order ID of this commerce order
    • getGroupId

      long getGroupId()
      Returns the group ID of this commerce order.
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Returns:
      the group ID of this commerce order
    • setGroupId

      void setGroupId(long groupId)
      Sets the group ID of this commerce order.
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Parameters:
      groupId - the group ID of this commerce order
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this commerce order.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the company ID of this commerce order
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this commerce order.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      companyId - the company ID of this commerce order
    • getUserId

      long getUserId()
      Returns the user ID of this commerce order.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user ID of this commerce order
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this commerce order.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userId - the user ID of this commerce order
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this commerce order.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user uuid of this commerce order
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this commerce order.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userUuid - the user uuid of this commerce order
    • getUserName

      @AutoEscape String getUserName()
      Returns the user name of this commerce order.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user name of this commerce order
    • setUserName

      void setUserName(String userName)
      Sets the user name of this commerce order.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userName - the user name of this commerce order
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this commerce order.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the create date of this commerce order
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this commerce order.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      createDate - the create date of this commerce order
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this commerce order.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the modified date of this commerce order
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this commerce order.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      modifiedDate - the modified date of this commerce order
    • getBillingAddressId

      long getBillingAddressId()
      Returns the billing address ID of this commerce order.
      Returns:
      the billing address ID of this commerce order
    • setBillingAddressId

      void setBillingAddressId(long billingAddressId)
      Sets the billing address ID of this commerce order.
      Parameters:
      billingAddressId - the billing address ID of this commerce order
    • getCommerceAccountId

      long getCommerceAccountId()
      Returns the commerce account ID of this commerce order.
      Returns:
      the commerce account ID of this commerce order
    • setCommerceAccountId

      void setCommerceAccountId(long commerceAccountId)
      Sets the commerce account ID of this commerce order.
      Parameters:
      commerceAccountId - the commerce account ID of this commerce order
    • getCommerceCurrencyCode

      @AutoEscape String getCommerceCurrencyCode()
      Returns the commerce currency code of this commerce order.
      Returns:
      the commerce currency code of this commerce order
    • setCommerceCurrencyCode

      void setCommerceCurrencyCode(String commerceCurrencyCode)
      Sets the commerce currency code of this commerce order.
      Parameters:
      commerceCurrencyCode - the commerce currency code of this commerce order
    • getCommerceOrderTypeId

      long getCommerceOrderTypeId()
      Returns the commerce order type ID of this commerce order.
      Returns:
      the commerce order type ID of this commerce order
    • setCommerceOrderTypeId

      void setCommerceOrderTypeId(long commerceOrderTypeId)
      Sets the commerce order type ID of this commerce order.
      Parameters:
      commerceOrderTypeId - the commerce order type ID of this commerce order
    • getCommerceShippingMethodId

      long getCommerceShippingMethodId()
      Returns the commerce shipping method ID of this commerce order.
      Returns:
      the commerce shipping method ID of this commerce order
    • setCommerceShippingMethodId

      void setCommerceShippingMethodId(long commerceShippingMethodId)
      Sets the commerce shipping method ID of this commerce order.
      Parameters:
      commerceShippingMethodId - the commerce shipping method ID of this commerce order
    • getDeliveryCommerceTermEntryId

      long getDeliveryCommerceTermEntryId()
      Returns the delivery commerce term entry ID of this commerce order.
      Returns:
      the delivery commerce term entry ID of this commerce order
    • setDeliveryCommerceTermEntryId

      void setDeliveryCommerceTermEntryId(long deliveryCommerceTermEntryId)
      Sets the delivery commerce term entry ID of this commerce order.
      Parameters:
      deliveryCommerceTermEntryId - the delivery commerce term entry ID of this commerce order
    • getPaymentCommerceTermEntryId

      long getPaymentCommerceTermEntryId()
      Returns the payment commerce term entry ID of this commerce order.
      Returns:
      the payment commerce term entry ID of this commerce order
    • setPaymentCommerceTermEntryId

      void setPaymentCommerceTermEntryId(long paymentCommerceTermEntryId)
      Sets the payment commerce term entry ID of this commerce order.
      Parameters:
      paymentCommerceTermEntryId - the payment commerce term entry ID of this commerce order
    • getShippingAddressId

      long getShippingAddressId()
      Returns the shipping address ID of this commerce order.
      Returns:
      the shipping address ID of this commerce order
    • setShippingAddressId

      void setShippingAddressId(long shippingAddressId)
      Sets the shipping address ID of this commerce order.
      Parameters:
      shippingAddressId - the shipping address ID of this commerce order
    • getAdvanceStatus

      @AutoEscape String getAdvanceStatus()
      Returns the advance status of this commerce order.
      Returns:
      the advance status of this commerce order
    • setAdvanceStatus

      void setAdvanceStatus(String advanceStatus)
      Sets the advance status of this commerce order.
      Parameters:
      advanceStatus - the advance status of this commerce order
    • getCommercePaymentMethodKey

      @AutoEscape String getCommercePaymentMethodKey()
      Returns the commerce payment method key of this commerce order.
      Returns:
      the commerce payment method key of this commerce order
    • setCommercePaymentMethodKey

      void setCommercePaymentMethodKey(String commercePaymentMethodKey)
      Sets the commerce payment method key of this commerce order.
      Parameters:
      commercePaymentMethodKey - the commerce payment method key of this commerce order
    • getCouponCode

      @AutoEscape String getCouponCode()
      Returns the coupon code of this commerce order.
      Returns:
      the coupon code of this commerce order
    • setCouponCode

      void setCouponCode(String couponCode)
      Sets the coupon code of this commerce order.
      Parameters:
      couponCode - the coupon code of this commerce order
    • getDeliveryCommerceTermEntryDescription

      @AutoEscape String getDeliveryCommerceTermEntryDescription()
      Returns the delivery commerce term entry description of this commerce order.
      Returns:
      the delivery commerce term entry description of this commerce order
    • setDeliveryCommerceTermEntryDescription

      void setDeliveryCommerceTermEntryDescription(String deliveryCommerceTermEntryDescription)
      Sets the delivery commerce term entry description of this commerce order.
      Parameters:
      deliveryCommerceTermEntryDescription - the delivery commerce term entry description of this commerce order
    • getDeliveryCommerceTermEntryName

      @AutoEscape String getDeliveryCommerceTermEntryName()
      Returns the delivery commerce term entry name of this commerce order.
      Returns:
      the delivery commerce term entry name of this commerce order
    • setDeliveryCommerceTermEntryName

      void setDeliveryCommerceTermEntryName(String deliveryCommerceTermEntryName)
      Sets the delivery commerce term entry name of this commerce order.
      Parameters:
      deliveryCommerceTermEntryName - the delivery commerce term entry name of this commerce order
    • getLastPriceUpdateDate

      Date getLastPriceUpdateDate()
      Returns the last price update date of this commerce order.
      Returns:
      the last price update date of this commerce order
    • setLastPriceUpdateDate

      void setLastPriceUpdateDate(Date lastPriceUpdateDate)
      Sets the last price update date of this commerce order.
      Parameters:
      lastPriceUpdateDate - the last price update date of this commerce order
    • getManuallyAdjusted

      boolean getManuallyAdjusted()
      Returns the manually adjusted of this commerce order.
      Returns:
      the manually adjusted of this commerce order
    • isManuallyAdjusted

      boolean isManuallyAdjusted()
      Returns true if this commerce order is manually adjusted.
      Returns:
      true if this commerce order is manually adjusted; false otherwise
    • setManuallyAdjusted

      void setManuallyAdjusted(boolean manuallyAdjusted)
      Sets whether this commerce order is manually adjusted.
      Parameters:
      manuallyAdjusted - the manually adjusted of this commerce order
    • getName

      @AutoEscape String getName()
      Returns the name of this commerce order.
      Returns:
      the name of this commerce order
    • setName

      void setName(String name)
      Sets the name of this commerce order.
      Parameters:
      name - the name of this commerce order
    • getOrderDate

      Date getOrderDate()
      Returns the order date of this commerce order.
      Returns:
      the order date of this commerce order
    • setOrderDate

      void setOrderDate(Date orderDate)
      Sets the order date of this commerce order.
      Parameters:
      orderDate - the order date of this commerce order
    • getOrderStatus

      int getOrderStatus()
      Returns the order status of this commerce order.
      Returns:
      the order status of this commerce order
    • setOrderStatus

      void setOrderStatus(int orderStatus)
      Sets the order status of this commerce order.
      Parameters:
      orderStatus - the order status of this commerce order
    • getPaymentCommerceTermEntryDescription

      @AutoEscape String getPaymentCommerceTermEntryDescription()
      Returns the payment commerce term entry description of this commerce order.
      Returns:
      the payment commerce term entry description of this commerce order
    • setPaymentCommerceTermEntryDescription

      void setPaymentCommerceTermEntryDescription(String paymentCommerceTermEntryDescription)
      Sets the payment commerce term entry description of this commerce order.
      Parameters:
      paymentCommerceTermEntryDescription - the payment commerce term entry description of this commerce order
    • getPaymentCommerceTermEntryName

      @AutoEscape String getPaymentCommerceTermEntryName()
      Returns the payment commerce term entry name of this commerce order.
      Returns:
      the payment commerce term entry name of this commerce order
    • setPaymentCommerceTermEntryName

      void setPaymentCommerceTermEntryName(String paymentCommerceTermEntryName)
      Sets the payment commerce term entry name of this commerce order.
      Parameters:
      paymentCommerceTermEntryName - the payment commerce term entry name of this commerce order
    • getPaymentStatus

      int getPaymentStatus()
      Returns the payment status of this commerce order.
      Returns:
      the payment status of this commerce order
    • setPaymentStatus

      void setPaymentStatus(int paymentStatus)
      Sets the payment status of this commerce order.
      Parameters:
      paymentStatus - the payment status of this commerce order
    • getPrintedNote

      @AutoEscape String getPrintedNote()
      Returns the printed note of this commerce order.
      Returns:
      the printed note of this commerce order
    • setPrintedNote

      void setPrintedNote(String printedNote)
      Sets the printed note of this commerce order.
      Parameters:
      printedNote - the printed note of this commerce order
    • getPurchaseOrderNumber

      @AutoEscape String getPurchaseOrderNumber()
      Returns the purchase order number of this commerce order.
      Returns:
      the purchase order number of this commerce order
    • setPurchaseOrderNumber

      void setPurchaseOrderNumber(String purchaseOrderNumber)
      Sets the purchase order number of this commerce order.
      Parameters:
      purchaseOrderNumber - the purchase order number of this commerce order
    • getRequestedDeliveryDate

      Date getRequestedDeliveryDate()
      Returns the requested delivery date of this commerce order.
      Returns:
      the requested delivery date of this commerce order
    • setRequestedDeliveryDate

      void setRequestedDeliveryDate(Date requestedDeliveryDate)
      Sets the requested delivery date of this commerce order.
      Parameters:
      requestedDeliveryDate - the requested delivery date of this commerce order
    • getShippable

      boolean getShippable()
      Returns the shippable of this commerce order.
      Returns:
      the shippable of this commerce order
    • isShippable

      boolean isShippable()
      Returns true if this commerce order is shippable.
      Returns:
      true if this commerce order is shippable; false otherwise
    • setShippable

      void setShippable(boolean shippable)
      Sets whether this commerce order is shippable.
      Parameters:
      shippable - the shippable of this commerce order
    • getShippingAmount

      BigDecimal getShippingAmount()
      Returns the shipping amount of this commerce order.
      Returns:
      the shipping amount of this commerce order
    • setShippingAmount

      void setShippingAmount(BigDecimal shippingAmount)
      Sets the shipping amount of this commerce order.
      Parameters:
      shippingAmount - the shipping amount of this commerce order
    • getShippingDiscountAmount

      BigDecimal getShippingDiscountAmount()
      Returns the shipping discount amount of this commerce order.
      Returns:
      the shipping discount amount of this commerce order
    • setShippingDiscountAmount

      void setShippingDiscountAmount(BigDecimal shippingDiscountAmount)
      Sets the shipping discount amount of this commerce order.
      Parameters:
      shippingDiscountAmount - the shipping discount amount of this commerce order
    • getShippingDiscountPercentageLevel1

      BigDecimal getShippingDiscountPercentageLevel1()
      Returns the shipping discount percentage level1 of this commerce order.
      Returns:
      the shipping discount percentage level1 of this commerce order
    • setShippingDiscountPercentageLevel1

      void setShippingDiscountPercentageLevel1(BigDecimal shippingDiscountPercentageLevel1)
      Sets the shipping discount percentage level1 of this commerce order.
      Parameters:
      shippingDiscountPercentageLevel1 - the shipping discount percentage level1 of this commerce order
    • getShippingDiscountPercentageLevel2

      BigDecimal getShippingDiscountPercentageLevel2()
      Returns the shipping discount percentage level2 of this commerce order.
      Returns:
      the shipping discount percentage level2 of this commerce order
    • setShippingDiscountPercentageLevel2

      void setShippingDiscountPercentageLevel2(BigDecimal shippingDiscountPercentageLevel2)
      Sets the shipping discount percentage level2 of this commerce order.
      Parameters:
      shippingDiscountPercentageLevel2 - the shipping discount percentage level2 of this commerce order
    • getShippingDiscountPercentageLevel3

      BigDecimal getShippingDiscountPercentageLevel3()
      Returns the shipping discount percentage level3 of this commerce order.
      Returns:
      the shipping discount percentage level3 of this commerce order
    • setShippingDiscountPercentageLevel3

      void setShippingDiscountPercentageLevel3(BigDecimal shippingDiscountPercentageLevel3)
      Sets the shipping discount percentage level3 of this commerce order.
      Parameters:
      shippingDiscountPercentageLevel3 - the shipping discount percentage level3 of this commerce order
    • getShippingDiscountPercentageLevel4

      BigDecimal getShippingDiscountPercentageLevel4()
      Returns the shipping discount percentage level4 of this commerce order.
      Returns:
      the shipping discount percentage level4 of this commerce order
    • setShippingDiscountPercentageLevel4

      void setShippingDiscountPercentageLevel4(BigDecimal shippingDiscountPercentageLevel4)
      Sets the shipping discount percentage level4 of this commerce order.
      Parameters:
      shippingDiscountPercentageLevel4 - the shipping discount percentage level4 of this commerce order
    • getShippingDiscountPercentageLevel1WithTaxAmount

      BigDecimal getShippingDiscountPercentageLevel1WithTaxAmount()
      Returns the shipping discount percentage level1 with tax amount of this commerce order.
      Returns:
      the shipping discount percentage level1 with tax amount of this commerce order
    • setShippingDiscountPercentageLevel1WithTaxAmount

      void setShippingDiscountPercentageLevel1WithTaxAmount(BigDecimal shippingDiscountPercentageLevel1WithTaxAmount)
      Sets the shipping discount percentage level1 with tax amount of this commerce order.
      Parameters:
      shippingDiscountPercentageLevel1WithTaxAmount - the shipping discount percentage level1 with tax amount of this commerce order
    • getShippingDiscountPercentageLevel2WithTaxAmount

      BigDecimal getShippingDiscountPercentageLevel2WithTaxAmount()
      Returns the shipping discount percentage level2 with tax amount of this commerce order.
      Returns:
      the shipping discount percentage level2 with tax amount of this commerce order
    • setShippingDiscountPercentageLevel2WithTaxAmount

      void setShippingDiscountPercentageLevel2WithTaxAmount(BigDecimal shippingDiscountPercentageLevel2WithTaxAmount)
      Sets the shipping discount percentage level2 with tax amount of this commerce order.
      Parameters:
      shippingDiscountPercentageLevel2WithTaxAmount - the shipping discount percentage level2 with tax amount of this commerce order
    • getShippingDiscountPercentageLevel3WithTaxAmount

      BigDecimal getShippingDiscountPercentageLevel3WithTaxAmount()
      Returns the shipping discount percentage level3 with tax amount of this commerce order.
      Returns:
      the shipping discount percentage level3 with tax amount of this commerce order
    • setShippingDiscountPercentageLevel3WithTaxAmount

      void setShippingDiscountPercentageLevel3WithTaxAmount(BigDecimal shippingDiscountPercentageLevel3WithTaxAmount)
      Sets the shipping discount percentage level3 with tax amount of this commerce order.
      Parameters:
      shippingDiscountPercentageLevel3WithTaxAmount - the shipping discount percentage level3 with tax amount of this commerce order
    • getShippingDiscountPercentageLevel4WithTaxAmount

      BigDecimal getShippingDiscountPercentageLevel4WithTaxAmount()
      Returns the shipping discount percentage level4 with tax amount of this commerce order.
      Returns:
      the shipping discount percentage level4 with tax amount of this commerce order
    • setShippingDiscountPercentageLevel4WithTaxAmount

      void setShippingDiscountPercentageLevel4WithTaxAmount(BigDecimal shippingDiscountPercentageLevel4WithTaxAmount)
      Sets the shipping discount percentage level4 with tax amount of this commerce order.
      Parameters:
      shippingDiscountPercentageLevel4WithTaxAmount - the shipping discount percentage level4 with tax amount of this commerce order
    • getShippingDiscountWithTaxAmount

      BigDecimal getShippingDiscountWithTaxAmount()
      Returns the shipping discount with tax amount of this commerce order.
      Returns:
      the shipping discount with tax amount of this commerce order
    • setShippingDiscountWithTaxAmount

      void setShippingDiscountWithTaxAmount(BigDecimal shippingDiscountWithTaxAmount)
      Sets the shipping discount with tax amount of this commerce order.
      Parameters:
      shippingDiscountWithTaxAmount - the shipping discount with tax amount of this commerce order
    • getShippingOptionName

      @AutoEscape String getShippingOptionName()
      Returns the shipping option name of this commerce order.
      Returns:
      the shipping option name of this commerce order
    • setShippingOptionName

      void setShippingOptionName(String shippingOptionName)
      Sets the shipping option name of this commerce order.
      Parameters:
      shippingOptionName - the shipping option name of this commerce order
    • getShippingWithTaxAmount

      BigDecimal getShippingWithTaxAmount()
      Returns the shipping with tax amount of this commerce order.
      Returns:
      the shipping with tax amount of this commerce order
    • setShippingWithTaxAmount

      void setShippingWithTaxAmount(BigDecimal shippingWithTaxAmount)
      Sets the shipping with tax amount of this commerce order.
      Parameters:
      shippingWithTaxAmount - the shipping with tax amount of this commerce order
    • getSubtotal

      BigDecimal getSubtotal()
      Returns the subtotal of this commerce order.
      Returns:
      the subtotal of this commerce order
    • setSubtotal

      void setSubtotal(BigDecimal subtotal)
      Sets the subtotal of this commerce order.
      Parameters:
      subtotal - the subtotal of this commerce order
    • getSubtotalDiscountAmount

      BigDecimal getSubtotalDiscountAmount()
      Returns the subtotal discount amount of this commerce order.
      Returns:
      the subtotal discount amount of this commerce order
    • setSubtotalDiscountAmount

      void setSubtotalDiscountAmount(BigDecimal subtotalDiscountAmount)
      Sets the subtotal discount amount of this commerce order.
      Parameters:
      subtotalDiscountAmount - the subtotal discount amount of this commerce order
    • getSubtotalDiscountPercentageLevel1

      BigDecimal getSubtotalDiscountPercentageLevel1()
      Returns the subtotal discount percentage level1 of this commerce order.
      Returns:
      the subtotal discount percentage level1 of this commerce order
    • setSubtotalDiscountPercentageLevel1

      void setSubtotalDiscountPercentageLevel1(BigDecimal subtotalDiscountPercentageLevel1)
      Sets the subtotal discount percentage level1 of this commerce order.
      Parameters:
      subtotalDiscountPercentageLevel1 - the subtotal discount percentage level1 of this commerce order
    • getSubtotalDiscountPercentageLevel2

      BigDecimal getSubtotalDiscountPercentageLevel2()
      Returns the subtotal discount percentage level2 of this commerce order.
      Returns:
      the subtotal discount percentage level2 of this commerce order
    • setSubtotalDiscountPercentageLevel2

      void setSubtotalDiscountPercentageLevel2(BigDecimal subtotalDiscountPercentageLevel2)
      Sets the subtotal discount percentage level2 of this commerce order.
      Parameters:
      subtotalDiscountPercentageLevel2 - the subtotal discount percentage level2 of this commerce order
    • getSubtotalDiscountPercentageLevel3

      BigDecimal getSubtotalDiscountPercentageLevel3()
      Returns the subtotal discount percentage level3 of this commerce order.
      Returns:
      the subtotal discount percentage level3 of this commerce order
    • setSubtotalDiscountPercentageLevel3

      void setSubtotalDiscountPercentageLevel3(BigDecimal subtotalDiscountPercentageLevel3)
      Sets the subtotal discount percentage level3 of this commerce order.
      Parameters:
      subtotalDiscountPercentageLevel3 - the subtotal discount percentage level3 of this commerce order
    • getSubtotalDiscountPercentageLevel4

      BigDecimal getSubtotalDiscountPercentageLevel4()
      Returns the subtotal discount percentage level4 of this commerce order.
      Returns:
      the subtotal discount percentage level4 of this commerce order
    • setSubtotalDiscountPercentageLevel4

      void setSubtotalDiscountPercentageLevel4(BigDecimal subtotalDiscountPercentageLevel4)
      Sets the subtotal discount percentage level4 of this commerce order.
      Parameters:
      subtotalDiscountPercentageLevel4 - the subtotal discount percentage level4 of this commerce order
    • getSubtotalDiscountPercentageLevel1WithTaxAmount

      BigDecimal getSubtotalDiscountPercentageLevel1WithTaxAmount()
      Returns the subtotal discount percentage level1 with tax amount of this commerce order.
      Returns:
      the subtotal discount percentage level1 with tax amount of this commerce order
    • setSubtotalDiscountPercentageLevel1WithTaxAmount

      void setSubtotalDiscountPercentageLevel1WithTaxAmount(BigDecimal subtotalDiscountPercentageLevel1WithTaxAmount)
      Sets the subtotal discount percentage level1 with tax amount of this commerce order.
      Parameters:
      subtotalDiscountPercentageLevel1WithTaxAmount - the subtotal discount percentage level1 with tax amount of this commerce order
    • getSubtotalDiscountPercentageLevel2WithTaxAmount

      BigDecimal getSubtotalDiscountPercentageLevel2WithTaxAmount()
      Returns the subtotal discount percentage level2 with tax amount of this commerce order.
      Returns:
      the subtotal discount percentage level2 with tax amount of this commerce order
    • setSubtotalDiscountPercentageLevel2WithTaxAmount

      void setSubtotalDiscountPercentageLevel2WithTaxAmount(BigDecimal subtotalDiscountPercentageLevel2WithTaxAmount)
      Sets the subtotal discount percentage level2 with tax amount of this commerce order.
      Parameters:
      subtotalDiscountPercentageLevel2WithTaxAmount - the subtotal discount percentage level2 with tax amount of this commerce order
    • getSubtotalDiscountPercentageLevel3WithTaxAmount

      BigDecimal getSubtotalDiscountPercentageLevel3WithTaxAmount()
      Returns the subtotal discount percentage level3 with tax amount of this commerce order.
      Returns:
      the subtotal discount percentage level3 with tax amount of this commerce order
    • setSubtotalDiscountPercentageLevel3WithTaxAmount

      void setSubtotalDiscountPercentageLevel3WithTaxAmount(BigDecimal subtotalDiscountPercentageLevel3WithTaxAmount)
      Sets the subtotal discount percentage level3 with tax amount of this commerce order.
      Parameters:
      subtotalDiscountPercentageLevel3WithTaxAmount - the subtotal discount percentage level3 with tax amount of this commerce order
    • getSubtotalDiscountPercentageLevel4WithTaxAmount

      BigDecimal getSubtotalDiscountPercentageLevel4WithTaxAmount()
      Returns the subtotal discount percentage level4 with tax amount of this commerce order.
      Returns:
      the subtotal discount percentage level4 with tax amount of this commerce order
    • setSubtotalDiscountPercentageLevel4WithTaxAmount

      void setSubtotalDiscountPercentageLevel4WithTaxAmount(BigDecimal subtotalDiscountPercentageLevel4WithTaxAmount)
      Sets the subtotal discount percentage level4 with tax amount of this commerce order.
      Parameters:
      subtotalDiscountPercentageLevel4WithTaxAmount - the subtotal discount percentage level4 with tax amount of this commerce order
    • getSubtotalDiscountWithTaxAmount

      BigDecimal getSubtotalDiscountWithTaxAmount()
      Returns the subtotal discount with tax amount of this commerce order.
      Returns:
      the subtotal discount with tax amount of this commerce order
    • setSubtotalDiscountWithTaxAmount

      void setSubtotalDiscountWithTaxAmount(BigDecimal subtotalDiscountWithTaxAmount)
      Sets the subtotal discount with tax amount of this commerce order.
      Parameters:
      subtotalDiscountWithTaxAmount - the subtotal discount with tax amount of this commerce order
    • getSubtotalWithTaxAmount

      BigDecimal getSubtotalWithTaxAmount()
      Returns the subtotal with tax amount of this commerce order.
      Returns:
      the subtotal with tax amount of this commerce order
    • setSubtotalWithTaxAmount

      void setSubtotalWithTaxAmount(BigDecimal subtotalWithTaxAmount)
      Sets the subtotal with tax amount of this commerce order.
      Parameters:
      subtotalWithTaxAmount - the subtotal with tax amount of this commerce order
    • getTaxAmount

      BigDecimal getTaxAmount()
      Returns the tax amount of this commerce order.
      Returns:
      the tax amount of this commerce order
    • setTaxAmount

      void setTaxAmount(BigDecimal taxAmount)
      Sets the tax amount of this commerce order.
      Parameters:
      taxAmount - the tax amount of this commerce order
    • getTotal

      BigDecimal getTotal()
      Returns the total of this commerce order.
      Returns:
      the total of this commerce order
    • setTotal

      void setTotal(BigDecimal total)
      Sets the total of this commerce order.
      Parameters:
      total - the total of this commerce order
    • getTotalDiscountAmount

      BigDecimal getTotalDiscountAmount()
      Returns the total discount amount of this commerce order.
      Returns:
      the total discount amount of this commerce order
    • setTotalDiscountAmount

      void setTotalDiscountAmount(BigDecimal totalDiscountAmount)
      Sets the total discount amount of this commerce order.
      Parameters:
      totalDiscountAmount - the total discount amount of this commerce order
    • getTotalDiscountPercentageLevel1

      BigDecimal getTotalDiscountPercentageLevel1()
      Returns the total discount percentage level1 of this commerce order.
      Returns:
      the total discount percentage level1 of this commerce order
    • setTotalDiscountPercentageLevel1

      void setTotalDiscountPercentageLevel1(BigDecimal totalDiscountPercentageLevel1)
      Sets the total discount percentage level1 of this commerce order.
      Parameters:
      totalDiscountPercentageLevel1 - the total discount percentage level1 of this commerce order
    • getTotalDiscountPercentageLevel2

      BigDecimal getTotalDiscountPercentageLevel2()
      Returns the total discount percentage level2 of this commerce order.
      Returns:
      the total discount percentage level2 of this commerce order
    • setTotalDiscountPercentageLevel2

      void setTotalDiscountPercentageLevel2(BigDecimal totalDiscountPercentageLevel2)
      Sets the total discount percentage level2 of this commerce order.
      Parameters:
      totalDiscountPercentageLevel2 - the total discount percentage level2 of this commerce order
    • getTotalDiscountPercentageLevel3

      BigDecimal getTotalDiscountPercentageLevel3()
      Returns the total discount percentage level3 of this commerce order.
      Returns:
      the total discount percentage level3 of this commerce order
    • setTotalDiscountPercentageLevel3

      void setTotalDiscountPercentageLevel3(BigDecimal totalDiscountPercentageLevel3)
      Sets the total discount percentage level3 of this commerce order.
      Parameters:
      totalDiscountPercentageLevel3 - the total discount percentage level3 of this commerce order
    • getTotalDiscountPercentageLevel4

      BigDecimal getTotalDiscountPercentageLevel4()
      Returns the total discount percentage level4 of this commerce order.
      Returns:
      the total discount percentage level4 of this commerce order
    • setTotalDiscountPercentageLevel4

      void setTotalDiscountPercentageLevel4(BigDecimal totalDiscountPercentageLevel4)
      Sets the total discount percentage level4 of this commerce order.
      Parameters:
      totalDiscountPercentageLevel4 - the total discount percentage level4 of this commerce order
    • getTotalDiscountPercentageLevel1WithTaxAmount

      BigDecimal getTotalDiscountPercentageLevel1WithTaxAmount()
      Returns the total discount percentage level1 with tax amount of this commerce order.
      Returns:
      the total discount percentage level1 with tax amount of this commerce order
    • setTotalDiscountPercentageLevel1WithTaxAmount

      void setTotalDiscountPercentageLevel1WithTaxAmount(BigDecimal totalDiscountPercentageLevel1WithTaxAmount)
      Sets the total discount percentage level1 with tax amount of this commerce order.
      Parameters:
      totalDiscountPercentageLevel1WithTaxAmount - the total discount percentage level1 with tax amount of this commerce order
    • getTotalDiscountPercentageLevel2WithTaxAmount

      BigDecimal getTotalDiscountPercentageLevel2WithTaxAmount()
      Returns the total discount percentage level2 with tax amount of this commerce order.
      Returns:
      the total discount percentage level2 with tax amount of this commerce order
    • setTotalDiscountPercentageLevel2WithTaxAmount

      void setTotalDiscountPercentageLevel2WithTaxAmount(BigDecimal totalDiscountPercentageLevel2WithTaxAmount)
      Sets the total discount percentage level2 with tax amount of this commerce order.
      Parameters:
      totalDiscountPercentageLevel2WithTaxAmount - the total discount percentage level2 with tax amount of this commerce order
    • getTotalDiscountPercentageLevel3WithTaxAmount

      BigDecimal getTotalDiscountPercentageLevel3WithTaxAmount()
      Returns the total discount percentage level3 with tax amount of this commerce order.
      Returns:
      the total discount percentage level3 with tax amount of this commerce order
    • setTotalDiscountPercentageLevel3WithTaxAmount

      void setTotalDiscountPercentageLevel3WithTaxAmount(BigDecimal totalDiscountPercentageLevel3WithTaxAmount)
      Sets the total discount percentage level3 with tax amount of this commerce order.
      Parameters:
      totalDiscountPercentageLevel3WithTaxAmount - the total discount percentage level3 with tax amount of this commerce order
    • getTotalDiscountPercentageLevel4WithTaxAmount

      BigDecimal getTotalDiscountPercentageLevel4WithTaxAmount()
      Returns the total discount percentage level4 with tax amount of this commerce order.
      Returns:
      the total discount percentage level4 with tax amount of this commerce order
    • setTotalDiscountPercentageLevel4WithTaxAmount

      void setTotalDiscountPercentageLevel4WithTaxAmount(BigDecimal totalDiscountPercentageLevel4WithTaxAmount)
      Sets the total discount percentage level4 with tax amount of this commerce order.
      Parameters:
      totalDiscountPercentageLevel4WithTaxAmount - the total discount percentage level4 with tax amount of this commerce order
    • getTotalDiscountWithTaxAmount

      BigDecimal getTotalDiscountWithTaxAmount()
      Returns the total discount with tax amount of this commerce order.
      Returns:
      the total discount with tax amount of this commerce order
    • setTotalDiscountWithTaxAmount

      void setTotalDiscountWithTaxAmount(BigDecimal totalDiscountWithTaxAmount)
      Sets the total discount with tax amount of this commerce order.
      Parameters:
      totalDiscountWithTaxAmount - the total discount with tax amount of this commerce order
    • getTotalWithTaxAmount

      BigDecimal getTotalWithTaxAmount()
      Returns the total with tax amount of this commerce order.
      Returns:
      the total with tax amount of this commerce order
    • setTotalWithTaxAmount

      void setTotalWithTaxAmount(BigDecimal totalWithTaxAmount)
      Sets the total with tax amount of this commerce order.
      Parameters:
      totalWithTaxAmount - the total with tax amount of this commerce order
    • getTransactionId

      @AutoEscape String getTransactionId()
      Returns the transaction ID of this commerce order.
      Returns:
      the transaction ID of this commerce order
    • setTransactionId

      void setTransactionId(String transactionId)
      Sets the transaction ID of this commerce order.
      Parameters:
      transactionId - the transaction ID of this commerce order
    • getStatus

      int getStatus()
      Returns the status of this commerce order.
      Specified by:
      getStatus in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status of this commerce order
    • setStatus

      void setStatus(int status)
      Sets the status of this commerce order.
      Specified by:
      setStatus in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      status - the status of this commerce order
    • getStatusByUserId

      long getStatusByUserId()
      Returns the status by user ID of this commerce order.
      Specified by:
      getStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status by user ID of this commerce order
    • setStatusByUserId

      void setStatusByUserId(long statusByUserId)
      Sets the status by user ID of this commerce order.
      Specified by:
      setStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusByUserId - the status by user ID of this commerce order
    • getStatusByUserUuid

      String getStatusByUserUuid()
      Returns the status by user uuid of this commerce order.
      Specified by:
      getStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status by user uuid of this commerce order
    • setStatusByUserUuid

      void setStatusByUserUuid(String statusByUserUuid)
      Sets the status by user uuid of this commerce order.
      Specified by:
      setStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusByUserUuid - the status by user uuid of this commerce order
    • getStatusByUserName

      @AutoEscape String getStatusByUserName()
      Returns the status by user name of this commerce order.
      Specified by:
      getStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status by user name of this commerce order
    • setStatusByUserName

      void setStatusByUserName(String statusByUserName)
      Sets the status by user name of this commerce order.
      Specified by:
      setStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusByUserName - the status by user name of this commerce order
    • getStatusDate

      Date getStatusDate()
      Returns the status date of this commerce order.
      Specified by:
      getStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status date of this commerce order
    • setStatusDate

      void setStatusDate(Date statusDate)
      Sets the status date of this commerce order.
      Specified by:
      setStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusDate - the status date of this commerce order
    • isApproved

      boolean isApproved()
      Returns true if this commerce order is approved.
      Specified by:
      isApproved in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this commerce order is approved; false otherwise
    • isDenied

      boolean isDenied()
      Returns true if this commerce order is denied.
      Specified by:
      isDenied in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this commerce order is denied; false otherwise
    • isDraft

      boolean isDraft()
      Returns true if this commerce order is a draft.
      Specified by:
      isDraft in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this commerce order is a draft; false otherwise
    • isExpired

      boolean isExpired()
      Returns true if this commerce order is expired.
      Specified by:
      isExpired in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this commerce order is expired; false otherwise
    • isInactive

      boolean isInactive()
      Returns true if this commerce order is inactive.
      Specified by:
      isInactive in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this commerce order is inactive; false otherwise
    • isIncomplete

      boolean isIncomplete()
      Returns true if this commerce order is incomplete.
      Specified by:
      isIncomplete in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this commerce order is incomplete; false otherwise
    • isPending

      boolean isPending()
      Returns true if this commerce order is pending.
      Specified by:
      isPending in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this commerce order is pending; false otherwise
    • isScheduled

      boolean isScheduled()
      Returns true if this commerce order is scheduled.
      Specified by:
      isScheduled in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this commerce order is scheduled; false otherwise
    • cloneWithOriginalValues

      CommerceOrder cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CommerceOrder>
    • toXmlString

      default String toXmlString()