Interface CommerceDiscountRule

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CommerceDiscountRule>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, CommerceDiscountRuleModel, Comparable<CommerceDiscountRule>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, Serializable, com.liferay.portal.kernel.model.ShardedModel
All Known Implementing Classes:
CommerceDiscountRuleWrapper

@ProviderType public interface CommerceDiscountRule extends CommerceDiscountRuleModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the CommerceDiscountRule service. Represents a row in the "CommerceDiscountRule" database table, with each column mapped to a property of this class.
See Also:
Generated:
  • Field Details

    • COMMERCE_DISCOUNT_RULE_ID_ACCESSOR

      static final com.liferay.portal.kernel.util.Accessor<CommerceDiscountRule,Long> COMMERCE_DISCOUNT_RULE_ID_ACCESSOR
  • Method Details

    • getSettingsProperties

      com.liferay.portal.kernel.util.UnicodeProperties getSettingsProperties()
    • getSettingsProperty

      String getSettingsProperty(String key)
    • setSettingsProperties

      void setSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties unicodeProperties)