Interface BundleOrderItemFeePrice

All Superinterfaces:
org.broadleafcommerce.common.copy.MultiTenantCloneable<BundleOrderItemFeePrice>, Serializable
All Known Implementing Classes:
BundleOrderItemFeePriceImpl

public interface BundleOrderItemFeePrice extends Serializable, org.broadleafcommerce.common.copy.MultiTenantCloneable<BundleOrderItemFeePrice>
  • Method Details

    • getId

      Long getId()
    • setId

      void setId(Long id)
    • getBundleOrderItem

      BundleOrderItem getBundleOrderItem()
    • setBundleOrderItem

      void setBundleOrderItem(BundleOrderItem bundleOrderItem)
    • getAmount

      org.broadleafcommerce.common.money.Money getAmount()
    • setAmount

      void setAmount(org.broadleafcommerce.common.money.Money amount)
    • getName

      String getName()
    • setName

      void setName(String name)
    • isTaxable

      Boolean isTaxable()
    • setTaxable

      void setTaxable(Boolean isTaxable)
    • getReportingCode

      String getReportingCode()
    • setReportingCode

      void setReportingCode(String reportingCode)
    • clone