Package com.liferay.commerce.price
Class CommerceProductPriceImpl
java.lang.Object
com.liferay.commerce.price.CommerceProductPriceImpl
- All Implemented Interfaces:
CommerceProductPrice
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
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
com.liferay.commerce.currency.model.CommerceMoney
com.liferay.commerce.currency.model.CommerceMoney
boolean
void
setCommerceDiscountValue
(CommerceDiscountValue commerceDiscountValue) void
setCommerceDiscountValueWithTaxAmount
(CommerceDiscountValue commerceDiscountValueWithTaxAmount) void
setCommercePriceListId
(long commercePriceListId) void
setFinalPrice
(com.liferay.commerce.currency.model.CommerceMoney finalPrice) void
setFinalPriceWithTaxAmount
(com.liferay.commerce.currency.model.CommerceMoney finalPriceWithTaxAmount) void
setPriceOnApplication
(boolean priceOnApplication) void
setPricingQuantityUnitPrice
(com.liferay.commerce.currency.model.CommerceMoney pricingQuantityUnitPrice) void
setQuantity
(BigDecimal quantity) void
setTaxValue
(BigDecimal taxValue) void
setUnitOfMeasureIncrementalOrderQuantity
(BigDecimal unitOfMeasureIncrementalOrderQuantity) void
setUnitOfMeasureKey
(String unitOfMeasureKey) void
setUnitPrice
(com.liferay.commerce.currency.model.CommerceMoney unitPrice) void
setUnitPriceWithTaxAmount
(com.liferay.commerce.currency.model.CommerceMoney unitPriceWithTaxAmount) void
setUnitPromoPrice
(com.liferay.commerce.currency.model.CommerceMoney unitPromoPrice) void
setUnitPromoPriceWithTaxAmount
(com.liferay.commerce.currency.model.CommerceMoney unitPromoPriceWithTaxAmount)
-
Constructor Details
-
CommerceProductPriceImpl
public CommerceProductPriceImpl()
-
-
Method Details
-
getCommercePriceListId
public long getCommercePriceListId()- Specified by:
getCommercePriceListId
in interfaceCommerceProductPrice
-
getDiscountValue
- Specified by:
getDiscountValue
in interfaceCommerceProductPrice
-
getDiscountValueWithTaxAmount
- Specified by:
getDiscountValueWithTaxAmount
in interfaceCommerceProductPrice
-
getFinalPrice
public com.liferay.commerce.currency.model.CommerceMoney getFinalPrice()- Specified by:
getFinalPrice
in interfaceCommerceProductPrice
-
getFinalPriceWithTaxAmount
public com.liferay.commerce.currency.model.CommerceMoney getFinalPriceWithTaxAmount()- Specified by:
getFinalPriceWithTaxAmount
in interfaceCommerceProductPrice
-
getPricingQuantityUnitPrice
public com.liferay.commerce.currency.model.CommerceMoney getPricingQuantityUnitPrice()- Specified by:
getPricingQuantityUnitPrice
in interfaceCommerceProductPrice
-
getQuantity
- Specified by:
getQuantity
in interfaceCommerceProductPrice
-
getTaxValue
- Specified by:
getTaxValue
in interfaceCommerceProductPrice
-
getUnitOfMeasureIncrementalOrderQuantity
- Specified by:
getUnitOfMeasureIncrementalOrderQuantity
in interfaceCommerceProductPrice
-
getUnitOfMeasureKey
- Specified by:
getUnitOfMeasureKey
in interfaceCommerceProductPrice
-
getUnitPrice
public com.liferay.commerce.currency.model.CommerceMoney getUnitPrice()- Specified by:
getUnitPrice
in interfaceCommerceProductPrice
-
getUnitPriceWithTaxAmount
public com.liferay.commerce.currency.model.CommerceMoney getUnitPriceWithTaxAmount()- Specified by:
getUnitPriceWithTaxAmount
in interfaceCommerceProductPrice
-
getUnitPromoPrice
public com.liferay.commerce.currency.model.CommerceMoney getUnitPromoPrice()- Specified by:
getUnitPromoPrice
in interfaceCommerceProductPrice
-
getUnitPromoPriceWithTaxAmount
public com.liferay.commerce.currency.model.CommerceMoney getUnitPromoPriceWithTaxAmount()- Specified by:
getUnitPromoPriceWithTaxAmount
in interfaceCommerceProductPrice
-
isPriceOnApplication
public boolean isPriceOnApplication()- Specified by:
isPriceOnApplication
in interfaceCommerceProductPrice
-
setCommerceDiscountValue
-
setCommerceDiscountValueWithTaxAmount
public void setCommerceDiscountValueWithTaxAmount(CommerceDiscountValue commerceDiscountValueWithTaxAmount) -
setCommercePriceListId
public void setCommercePriceListId(long commercePriceListId) -
setFinalPrice
public void setFinalPrice(com.liferay.commerce.currency.model.CommerceMoney finalPrice) -
setFinalPriceWithTaxAmount
public void setFinalPriceWithTaxAmount(com.liferay.commerce.currency.model.CommerceMoney finalPriceWithTaxAmount) -
setPriceOnApplication
public void setPriceOnApplication(boolean priceOnApplication) - Specified by:
setPriceOnApplication
in interfaceCommerceProductPrice
-
setPricingQuantityUnitPrice
public void setPricingQuantityUnitPrice(com.liferay.commerce.currency.model.CommerceMoney pricingQuantityUnitPrice) - Specified by:
setPricingQuantityUnitPrice
in interfaceCommerceProductPrice
-
setQuantity
-
setTaxValue
-
setUnitOfMeasureIncrementalOrderQuantity
public void setUnitOfMeasureIncrementalOrderQuantity(BigDecimal unitOfMeasureIncrementalOrderQuantity) -
setUnitOfMeasureKey
-
setUnitPrice
public void setUnitPrice(com.liferay.commerce.currency.model.CommerceMoney unitPrice) -
setUnitPriceWithTaxAmount
public void setUnitPriceWithTaxAmount(com.liferay.commerce.currency.model.CommerceMoney unitPriceWithTaxAmount) -
setUnitPromoPrice
public void setUnitPromoPrice(com.liferay.commerce.currency.model.CommerceMoney unitPromoPrice) -
setUnitPromoPriceWithTaxAmount
public void setUnitPromoPriceWithTaxAmount(com.liferay.commerce.currency.model.CommerceMoney unitPromoPriceWithTaxAmount)
-