Package com.liferay.commerce.price
Class CommerceOrderItemPrice
java.lang.Object
com.liferay.commerce.price.CommerceOrderItemPrice
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceOrderItemPrice
(com.liferay.commerce.currency.model.CommerceMoney unitPrice) -
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
boolean
void
setDiscountAmount
(com.liferay.commerce.currency.model.CommerceMoney discountAmount) void
setDiscountPercentage
(BigDecimal discountPercentage) void
setDiscountPercentageLevel1
(BigDecimal discountPercentageLevel1) void
setDiscountPercentageLevel2
(BigDecimal discountPercentageLevel2) void
setDiscountPercentageLevel3
(BigDecimal discountPercentageLevel3) void
setDiscountPercentageLevel4
(BigDecimal discountPercentageLevel4) void
setFinalPrice
(com.liferay.commerce.currency.model.CommerceMoney finalPrice) void
setPriceOnApplication
(boolean priceOnApplication) void
setPromoPrice
(com.liferay.commerce.currency.model.CommerceMoney promoPrice) void
setUnitPrice
(com.liferay.commerce.currency.model.CommerceMoney unitPrice)
-
Constructor Details
-
CommerceOrderItemPrice
public CommerceOrderItemPrice(com.liferay.commerce.currency.model.CommerceMoney unitPrice)
-
-
Method Details
-
getDiscountAmount
public com.liferay.commerce.currency.model.CommerceMoney getDiscountAmount() -
getDiscountPercentage
-
getDiscountPercentageLevel1
-
getDiscountPercentageLevel2
-
getDiscountPercentageLevel3
-
getDiscountPercentageLevel4
-
getFinalPrice
public com.liferay.commerce.currency.model.CommerceMoney getFinalPrice() -
getPromoPrice
public com.liferay.commerce.currency.model.CommerceMoney getPromoPrice() -
getUnitPrice
public com.liferay.commerce.currency.model.CommerceMoney getUnitPrice() -
isPriceOnApplication
public boolean isPriceOnApplication() -
setDiscountAmount
public void setDiscountAmount(com.liferay.commerce.currency.model.CommerceMoney discountAmount) -
setDiscountPercentage
-
setDiscountPercentageLevel1
-
setDiscountPercentageLevel2
-
setDiscountPercentageLevel3
-
setDiscountPercentageLevel4
-
setFinalPrice
public void setFinalPrice(com.liferay.commerce.currency.model.CommerceMoney finalPrice) -
setPriceOnApplication
public void setPriceOnApplication(boolean priceOnApplication) -
setPromoPrice
public void setPromoPrice(com.liferay.commerce.currency.model.CommerceMoney promoPrice) -
setUnitPrice
public void setUnitPrice(com.liferay.commerce.currency.model.CommerceMoney unitPrice)
-