org.broadleafcommerce.core.catalog.service.dynamic
Class DynamicSkuPrices
java.lang.Object
org.broadleafcommerce.core.catalog.service.dynamic.DynamicSkuPrices
- All Implemented Interfaces:
- Serializable
public class DynamicSkuPrices
- extends Object
- implements Serializable
- Author:
- jfischer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
retailPrice
protected Money retailPrice
salePrice
protected Money salePrice
priceAdjustment
protected Money priceAdjustment
qualifyingOrderSubtotal
protected Money qualifyingOrderSubtotal
DynamicSkuPrices
public DynamicSkuPrices()
getRetailPrice
public Money getRetailPrice()
setRetailPrice
public void setRetailPrice(Money retailPrice)
getSalePrice
public Money getSalePrice()
setSalePrice
public void setSalePrice(Money salePrice)
getPriceAdjustment
public Money getPriceAdjustment()
setPriceAdjustment
public void setPriceAdjustment(Money priceAdjustment)
getQualifyingOrderSubtotal
public Money getQualifyingOrderSubtotal()
setQualifyingOrderSubtotal
public void setQualifyingOrderSubtotal(Money qualifyingOrderSubtotal)
Copyright © 2013. All Rights Reserved.