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
DynamicSkuPrices
public DynamicSkuPrices()
getRetailPrice
public Money getRetailPrice()
setRetailPrice
public void setRetailPrice(Money retailPrice)
getSalePrice
public Money getSalePrice()
setSalePrice
public void setSalePrice(Money salePrice)
Copyright © 2012. All Rights Reserved.