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
DTO to represent pricing overrides returned from invocations to DynamicSkuPricingService
- Author:
- jfischer
- See Also:
DynamicSkuPricingService},
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
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)
Copyright © 2013. All Rights Reserved.