org.broadleafcommerce.core.catalog.service.dynamic
Class DynamicSkuPrices

java.lang.Object
  extended by 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

Field Summary
protected  Money priceAdjustment
           
protected  Money retailPrice
           
protected  Money salePrice
           
 
Constructor Summary
DynamicSkuPrices()
           
 
Method Summary
 Money getPriceAdjustment()
           
 Money getRetailPrice()
           
 Money getSalePrice()
           
 void setPriceAdjustment(Money priceAdjustment)
           
 void setRetailPrice(Money retailPrice)
           
 void setSalePrice(Money salePrice)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

retailPrice

protected Money retailPrice

salePrice

protected Money salePrice

priceAdjustment

protected Money priceAdjustment
Constructor Detail

DynamicSkuPrices

public DynamicSkuPrices()
Method Detail

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.