Class ProductOptionsProcessor.ProductOptionPricingDTO
java.lang.Object
org.broadleafcommerce.core.web.processor.ProductOptionsProcessor.ProductOptionPricingDTO
- Enclosing class:
- ProductOptionsProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetPrice()Long[]inthashCode()booleanisOnSale()voidsetOnSale(boolean onSale) voidvoidsetRetailPrice(String retailPrice) voidsetSalePrice(String salePrice) voidsetSelectedOptions(Long[] skuOptions)
-
Constructor Details
-
ProductOptionPricingDTO
protected ProductOptionPricingDTO()
-
-
Method Details
-
getSelectedOptions
-
setSelectedOptions
-
getPrice
-
setPrice
-
getRetailPrice
-
setRetailPrice
-
getSalePrice
-
setSalePrice
-
isOnSale
public boolean isOnSale() -
setOnSale
public void setOnSale(boolean onSale) -
equals
-
hashCode
public int hashCode()
-