public class CommerceOrderPriceImpl extends java.lang.Object implements CommerceOrderPrice
| Constructor and Description |
|---|
CommerceOrderPriceImpl() |
| Modifier and Type | Method and Description |
|---|---|
CommerceDiscountValue |
getShippingDiscountValue() |
CommerceDiscountValue |
getShippingDiscountValueWithTaxAmount() |
com.liferay.commerce.currency.model.CommerceMoney |
getShippingValue() |
com.liferay.commerce.currency.model.CommerceMoney |
getShippingValueWithTaxAmount() |
com.liferay.commerce.currency.model.CommerceMoney |
getSubtotal() |
CommerceDiscountValue |
getSubtotalDiscountValue() |
CommerceDiscountValue |
getSubtotalDiscountValueWithTaxAmount() |
com.liferay.commerce.currency.model.CommerceMoney |
getSubtotalWithTaxAmount() |
com.liferay.commerce.currency.model.CommerceMoney |
getTaxValue() |
com.liferay.commerce.currency.model.CommerceMoney |
getTotal() |
CommerceDiscountValue |
getTotalDiscountValue() |
CommerceDiscountValue |
getTotalDiscountValueWithTaxAmount() |
com.liferay.commerce.currency.model.CommerceMoney |
getTotalWithTaxAmount() |
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) |
public CommerceDiscountValue getShippingDiscountValue()
getShippingDiscountValue in interface CommerceOrderPricepublic CommerceDiscountValue getShippingDiscountValueWithTaxAmount()
getShippingDiscountValueWithTaxAmount in interface CommerceOrderPricepublic com.liferay.commerce.currency.model.CommerceMoney getShippingValue()
getShippingValue in interface CommerceOrderPricepublic com.liferay.commerce.currency.model.CommerceMoney getShippingValueWithTaxAmount()
getShippingValueWithTaxAmount in interface CommerceOrderPricepublic com.liferay.commerce.currency.model.CommerceMoney getSubtotal()
getSubtotal in interface CommerceOrderPricepublic CommerceDiscountValue getSubtotalDiscountValue()
getSubtotalDiscountValue in interface CommerceOrderPricepublic CommerceDiscountValue getSubtotalDiscountValueWithTaxAmount()
getSubtotalDiscountValueWithTaxAmount in interface CommerceOrderPricepublic com.liferay.commerce.currency.model.CommerceMoney getSubtotalWithTaxAmount()
getSubtotalWithTaxAmount in interface CommerceOrderPricepublic com.liferay.commerce.currency.model.CommerceMoney getTaxValue()
getTaxValue in interface CommerceOrderPricepublic com.liferay.commerce.currency.model.CommerceMoney getTotal()
getTotal in interface CommerceOrderPricepublic CommerceDiscountValue getTotalDiscountValue()
getTotalDiscountValue in interface CommerceOrderPricepublic CommerceDiscountValue getTotalDiscountValueWithTaxAmount()
getTotalDiscountValueWithTaxAmount in interface CommerceOrderPricepublic com.liferay.commerce.currency.model.CommerceMoney getTotalWithTaxAmount()
getTotalWithTaxAmount in interface CommerceOrderPricepublic void setShippingDiscountValue(CommerceDiscountValue shippingDiscountValue)
public void setShippingDiscountValueWithTaxAmount(CommerceDiscountValue shippingDiscountValueWithTaxAmount)
public void setShippingValue(com.liferay.commerce.currency.model.CommerceMoney shippingValue)
public void setShippingValueWithTaxAmount(com.liferay.commerce.currency.model.CommerceMoney shippingValueWithTaxAmount)
public void setSubtotal(com.liferay.commerce.currency.model.CommerceMoney subtotal)
public void setSubtotalDiscountValue(CommerceDiscountValue subtotalDiscountValue)
public void setSubtotalDiscountValueWithTaxAmount(CommerceDiscountValue subtotalDiscountValueWithTaxAmount)
public void setSubtotalWithTaxAmount(com.liferay.commerce.currency.model.CommerceMoney subtotalWithTaxAmount)
public void setTaxValue(com.liferay.commerce.currency.model.CommerceMoney taxValue)
public void setTotal(com.liferay.commerce.currency.model.CommerceMoney total)
public void setTotalDiscountValue(CommerceDiscountValue totalDiscountValue)
public void setTotalDiscountValueWithTaxAmount(CommerceDiscountValue totalDiscountValueWithTaxAmount)
public void setTotalWithTaxAmount(com.liferay.commerce.currency.model.CommerceMoney totalWithTaxAmount)