Interface Priceable
- All Known Implementing Classes:
CollectedProduct,VariantSummary
public interface Priceable
-
Method Summary
Modifier 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.
-
setPriceInfo
void setPriceInfo(@Nullable com.broadleafcommerce.pricing.client.domain.PriceInfo priceInfo) Sets thePriceInfoon the entity.- Parameters:
priceInfo- ThePriceInfoto set.
-