Interface Priceable
- All Known Implementing Classes:
- CollectedProduct,- VariantSummary
public interface Priceable
- 
Method SummaryModifier and TypeMethodDescriptioncom.broadleafcommerce.pricing.client.domain.PriceInfoRetrieves thePriceInfoon the entity.voidsetPriceInfo(com.broadleafcommerce.pricing.client.domain.PriceInfo priceInfo) Sets thePriceInfoon the entity.
- 
Method Details- 
getPriceInfo@Nullable com.broadleafcommerce.pricing.client.domain.PriceInfo getPriceInfo()Retrieves thePriceInfoon the entity.- Returns:
- The PriceInfoon the entity.
 
- 
setPriceInfovoid setPriceInfo(@Nullable com.broadleafcommerce.pricing.client.domain.PriceInfo priceInfo) Sets thePriceInfoon the entity.- Parameters:
- priceInfo- The- PriceInfoto set.
 
 
-