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 Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<CommerceDiscountRule,Long> -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.util.UnicodePropertiesvoidsetSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties unicodeProperties) Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface com.liferay.commerce.discount.model.CommerceDiscountRuleModel
cloneWithOriginalValues, getCommerceDiscountId, getCommerceDiscountRuleId, getCompanyId, getCreateDate, getModifiedDate, getMvccVersion, getName, getPrimaryKey, getType, getTypeSettings, getUserId, getUserName, getUserUuid, setCommerceDiscountId, setCommerceDiscountRuleId, setCompanyId, setCreateDate, setModifiedDate, setMvccVersion, setName, setPrimaryKey, setType, setTypeSettings, setUserId, setUserName, setUserUuid, toXmlStringMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
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
-
setSettingsProperties
void setSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties unicodeProperties)
-