Interface OfferRule

All Superinterfaces:
org.broadleafcommerce.common.copy.MultiTenantCloneable<OfferRule>, Serializable, org.broadleafcommerce.common.rule.SimpleRule
All Known Implementing Classes:
OfferRuleImpl

public interface OfferRule extends org.broadleafcommerce.common.rule.SimpleRule, org.broadleafcommerce.common.copy.MultiTenantCloneable<OfferRule>
Author:
jfischer
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    void
    setId(Long id)
     
    void
    setMatchRule(String matchRule)
     

    Methods inherited from interface org.broadleafcommerce.common.copy.MultiTenantCloneable

    createOrRetrieveCopyInstance
  • Method Details

    • getId

      Long getId()
    • setId

      void setId(Long id)
    • getMatchRule

      String getMatchRule()
      Specified by:
      getMatchRule in interface org.broadleafcommerce.common.rule.SimpleRule
    • setMatchRule

      void setMatchRule(String matchRule)
      Specified by:
      setMatchRule in interface org.broadleafcommerce.common.rule.SimpleRule