Interface OfferRule

All Superinterfaces:
MultiTenantCloneable<OfferRule>, Serializable, SimpleRule
All Known Implementing Classes:
OfferRuleImpl

public interface OfferRule extends SimpleRule, MultiTenantCloneable<OfferRule>
Author:
jfischer
  • Method Details

    • getId

      Long getId()
    • setId

      void setId(Long id)
    • getMatchRule

      String getMatchRule()
      Description copied from interface: SimpleRule
      The rule in the form of an MVEL expression
      Specified by:
      getMatchRule in interface SimpleRule
      Returns:
      the rule as an MVEL string
    • setMatchRule

      void setMatchRule(String matchRule)
      Description copied from interface: SimpleRule
      Sets the match rule used to test this item.
      Specified by:
      setMatchRule in interface SimpleRule
      Parameters:
      matchRule - the rule as an MVEL string