Interface Priceable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.broadleafcommerce.pricing.client.domain.PriceInfo getPriceInfo()
      Retrieves the PriceInfo on the entity.
      void setPriceInfo​(com.broadleafcommerce.pricing.client.domain.PriceInfo priceInfo)
      Sets the PriceInfo on the entity.
    • Method Detail

      • 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.