Interface Priceable
- All Known Implementing Classes:
CollectedProduct
,VariantSummary
public interface Priceable
-
Method Summary
Modifier and TypeMethodDescriptioncom.broadleafcommerce.pricing.client.domain.PriceInfo
Retrieves thePriceInfo
on the entity.void
setPriceInfo
(com.broadleafcommerce.pricing.client.domain.PriceInfo priceInfo) Sets thePriceInfo
on the entity.
-
Method Details
-
getPriceInfo
@Nullable com.broadleafcommerce.pricing.client.domain.PriceInfo getPriceInfo()Retrieves thePriceInfo
on the entity.- Returns:
- The
PriceInfo
on the entity.
-
setPriceInfo
void setPriceInfo(@Nullable com.broadleafcommerce.pricing.client.domain.PriceInfo priceInfo) Sets thePriceInfo
on the entity.- Parameters:
priceInfo
- ThePriceInfo
to set.
-