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.CommerceMoneycom.liferay.commerce.currency.model.CommerceMoneycom.liferay.commerce.currency.model.CommerceMoneycom.liferay.commerce.currency.model.CommerceMoneycom.liferay.commerce.currency.model.CommerceMoneycom.liferay.commerce.currency.model.CommerceMoneygetTotal()com.liferay.commerce.currency.model.CommerceMoneyvoidsetShippingDiscountValue(CommerceDiscountValue shippingDiscountValue) voidsetShippingDiscountValueWithTaxAmount(CommerceDiscountValue shippingDiscountValueWithTaxAmount) voidsetShippingValue(com.liferay.commerce.currency.model.CommerceMoney shippingValue) voidsetShippingValueWithTaxAmount(com.liferay.commerce.currency.model.CommerceMoney shippingValueWithTaxAmount) voidsetSubtotal(com.liferay.commerce.currency.model.CommerceMoney subtotal) voidsetSubtotalDiscountValue(CommerceDiscountValue subtotalDiscountValue) voidsetSubtotalDiscountValueWithTaxAmount(CommerceDiscountValue subtotalDiscountValueWithTaxAmount) voidsetSubtotalWithTaxAmount(com.liferay.commerce.currency.model.CommerceMoney subtotalWithTaxAmount) voidsetTaxValue(com.liferay.commerce.currency.model.CommerceMoney taxValue) voidsetTotal(com.liferay.commerce.currency.model.CommerceMoney total) voidsetTotalDiscountValue(CommerceDiscountValue totalDiscountValue) voidsetTotalDiscountValueWithTaxAmount(CommerceDiscountValue totalDiscountValueWithTaxAmount) voidsetTotalWithTaxAmount(com.liferay.commerce.currency.model.CommerceMoney totalWithTaxAmount)
-
Constructor Details
-
CommerceOrderPriceImpl
public CommerceOrderPriceImpl()
-
-
Method Details
-
getShippingDiscountValue
- Specified by:
getShippingDiscountValuein interfaceCommerceOrderPrice
-
getShippingDiscountValueWithTaxAmount
- Specified by:
getShippingDiscountValueWithTaxAmountin interfaceCommerceOrderPrice
-
getShippingValue
public com.liferay.commerce.currency.model.CommerceMoney getShippingValue()- Specified by:
getShippingValuein interfaceCommerceOrderPrice
-
getShippingValueWithTaxAmount
public com.liferay.commerce.currency.model.CommerceMoney getShippingValueWithTaxAmount()- Specified by:
getShippingValueWithTaxAmountin interfaceCommerceOrderPrice
-
getSubtotal
public com.liferay.commerce.currency.model.CommerceMoney getSubtotal()- Specified by:
getSubtotalin interfaceCommerceOrderPrice
-
getSubtotalDiscountValue
- Specified by:
getSubtotalDiscountValuein interfaceCommerceOrderPrice
-
getSubtotalDiscountValueWithTaxAmount
- Specified by:
getSubtotalDiscountValueWithTaxAmountin interfaceCommerceOrderPrice
-
getSubtotalWithTaxAmount
public com.liferay.commerce.currency.model.CommerceMoney getSubtotalWithTaxAmount()- Specified by:
getSubtotalWithTaxAmountin interfaceCommerceOrderPrice
-
getTaxValue
public com.liferay.commerce.currency.model.CommerceMoney getTaxValue()- Specified by:
getTaxValuein interfaceCommerceOrderPrice
-
getTotal
public com.liferay.commerce.currency.model.CommerceMoney getTotal()- Specified by:
getTotalin interfaceCommerceOrderPrice
-
getTotalDiscountValue
- Specified by:
getTotalDiscountValuein interfaceCommerceOrderPrice
-
getTotalDiscountValueWithTaxAmount
- Specified by:
getTotalDiscountValueWithTaxAmountin interfaceCommerceOrderPrice
-
getTotalWithTaxAmount
public com.liferay.commerce.currency.model.CommerceMoney getTotalWithTaxAmount()- Specified by:
getTotalWithTaxAmountin 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)
-