Interface CommerceDiscountRel

All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CommerceDiscountRel>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, CommerceDiscountRelModel, Comparable<CommerceDiscountRel>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, Serializable, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.TypedModel
All Known Implementing Classes:
CommerceDiscountRelWrapper

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

    • COMMERCE_DISCOUNT_REL_ID_ACCESSOR

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

    • getCommerceDiscount

      CommerceDiscount getCommerceDiscount() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getTypeSettingsUnicodeProperties

      com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsUnicodeProperties()
    • setTypeSettingsUnicodeProperties

      void setTypeSettingsUnicodeProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties)