Package com.liferay.commerce.price
Class CommerceOrderPriceImpl
java.lang.Object
com.liferay.commerce.price.CommerceOrderPriceImpl
- All Implemented Interfaces:
CommerceOrderPrice
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.commerce.currency.model.CommerceMoney
com.liferay.commerce.currency.model.CommerceMoney
com.liferay.commerce.currency.model.CommerceMoney
com.liferay.commerce.currency.model.CommerceMoney
com.liferay.commerce.currency.model.CommerceMoney
com.liferay.commerce.currency.model.CommerceMoney
getTotal()
com.liferay.commerce.currency.model.CommerceMoney
void
setShippingDiscountValue
(CommerceDiscountValue shippingDiscountValue) void
setShippingDiscountValueWithTaxAmount
(CommerceDiscountValue shippingDiscountValueWithTaxAmount) void
setShippingValue
(com.liferay.commerce.currency.model.CommerceMoney shippingValue) void
setShippingValueWithTaxAmount
(com.liferay.commerce.currency.model.CommerceMoney shippingValueWithTaxAmount) void
setSubtotal
(com.liferay.commerce.currency.model.CommerceMoney subtotal) void
setSubtotalDiscountValue
(CommerceDiscountValue subtotalDiscountValue) void
setSubtotalDiscountValueWithTaxAmount
(CommerceDiscountValue subtotalDiscountValueWithTaxAmount) void
setSubtotalWithTaxAmount
(com.liferay.commerce.currency.model.CommerceMoney subtotalWithTaxAmount) void
setTaxValue
(com.liferay.commerce.currency.model.CommerceMoney taxValue) void
setTotal
(com.liferay.commerce.currency.model.CommerceMoney total) void
setTotalDiscountValue
(CommerceDiscountValue totalDiscountValue) void
setTotalDiscountValueWithTaxAmount
(CommerceDiscountValue totalDiscountValueWithTaxAmount) void
setTotalWithTaxAmount
(com.liferay.commerce.currency.model.CommerceMoney totalWithTaxAmount)
-
Constructor Details
-
CommerceOrderPriceImpl
public CommerceOrderPriceImpl()
-
-
Method Details
-
getShippingDiscountValue
- Specified by:
getShippingDiscountValue
in interfaceCommerceOrderPrice
-
getShippingDiscountValueWithTaxAmount
- Specified by:
getShippingDiscountValueWithTaxAmount
in interfaceCommerceOrderPrice
-
getShippingValue
public com.liferay.commerce.currency.model.CommerceMoney getShippingValue()- Specified by:
getShippingValue
in interfaceCommerceOrderPrice
-
getShippingValueWithTaxAmount
public com.liferay.commerce.currency.model.CommerceMoney getShippingValueWithTaxAmount()- Specified by:
getShippingValueWithTaxAmount
in interfaceCommerceOrderPrice
-
getSubtotal
public com.liferay.commerce.currency.model.CommerceMoney getSubtotal()- Specified by:
getSubtotal
in interfaceCommerceOrderPrice
-
getSubtotalDiscountValue
- Specified by:
getSubtotalDiscountValue
in interfaceCommerceOrderPrice
-
getSubtotalDiscountValueWithTaxAmount
- Specified by:
getSubtotalDiscountValueWithTaxAmount
in interfaceCommerceOrderPrice
-
getSubtotalWithTaxAmount
public com.liferay.commerce.currency.model.CommerceMoney getSubtotalWithTaxAmount()- Specified by:
getSubtotalWithTaxAmount
in interfaceCommerceOrderPrice
-
getTaxValue
public com.liferay.commerce.currency.model.CommerceMoney getTaxValue()- Specified by:
getTaxValue
in interfaceCommerceOrderPrice
-
getTotal
public com.liferay.commerce.currency.model.CommerceMoney getTotal()- Specified by:
getTotal
in interfaceCommerceOrderPrice
-
getTotalDiscountValue
- Specified by:
getTotalDiscountValue
in interfaceCommerceOrderPrice
-
getTotalDiscountValueWithTaxAmount
- Specified by:
getTotalDiscountValueWithTaxAmount
in interfaceCommerceOrderPrice
-
getTotalWithTaxAmount
public com.liferay.commerce.currency.model.CommerceMoney getTotalWithTaxAmount()- Specified by:
getTotalWithTaxAmount
in interfaceCommerceOrderPrice
-
setShippingDiscountValue
-
setShippingDiscountValueWithTaxAmount
public void setShippingDiscountValueWithTaxAmount(CommerceDiscountValue shippingDiscountValueWithTaxAmount) -
setShippingValue
public void setShippingValue(com.liferay.commerce.currency.model.CommerceMoney shippingValue) -
setShippingValueWithTaxAmount
public void setShippingValueWithTaxAmount(com.liferay.commerce.currency.model.CommerceMoney shippingValueWithTaxAmount) -
setSubtotal
public void setSubtotal(com.liferay.commerce.currency.model.CommerceMoney subtotal) -
setSubtotalDiscountValue
-
setSubtotalDiscountValueWithTaxAmount
public void setSubtotalDiscountValueWithTaxAmount(CommerceDiscountValue subtotalDiscountValueWithTaxAmount) -
setSubtotalWithTaxAmount
public void setSubtotalWithTaxAmount(com.liferay.commerce.currency.model.CommerceMoney subtotalWithTaxAmount) -
setTaxValue
public void setTaxValue(com.liferay.commerce.currency.model.CommerceMoney taxValue) -
setTotal
public void setTotal(com.liferay.commerce.currency.model.CommerceMoney total) -
setTotalDiscountValue
-
setTotalDiscountValueWithTaxAmount
public void setTotalDiscountValueWithTaxAmount(CommerceDiscountValue totalDiscountValueWithTaxAmount) -
setTotalWithTaxAmount
public void setTotalWithTaxAmount(com.liferay.commerce.currency.model.CommerceMoney totalWithTaxAmount)
-