All Known Implementing Classes:
CollectedProduct, VariantSummary

public interface Priceable
  • Method Summary

    Modifier and Type
    Method
    Description
    com.broadleafcommerce.pricing.client.domain.PriceInfo
    Retrieves the PriceInfo on the entity.
    void
    setPriceInfo(com.broadleafcommerce.pricing.client.domain.PriceInfo priceInfo)
    Sets the PriceInfo on the entity.
  • Method Details

    • getPriceInfo

      @Nullable com.broadleafcommerce.pricing.client.domain.PriceInfo getPriceInfo()
      Retrieves the PriceInfo on the entity.
      Returns:
      The PriceInfo on the entity.
    • setPriceInfo

      void setPriceInfo(@Nullable com.broadleafcommerce.pricing.client.domain.PriceInfo priceInfo)
      Sets the PriceInfo on the entity.
      Parameters:
      priceInfo - The PriceInfo to set.