Class CouponNotificationModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.customercouponservices.model.CouponNotificationModel
All Implemented Interfaces:
Serializable

public class CouponNotificationModel extends ItemModel
Generated model class for type CouponNotification first defined at extension customercouponservices.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • CUSTOMERCOUPON

      public static final String CUSTOMERCOUPON
      Generated constant - Attribute key of CouponNotification.customerCoupon attribute defined at extension customercouponservices.
      See Also:
    • CUSTOMER

      public static final String CUSTOMER
      Generated constant - Attribute key of CouponNotification.customer attribute defined at extension customercouponservices.
      See Also:
    • STATUS

      public static final String STATUS
      Generated constant - Attribute key of CouponNotification.status attribute defined at extension customercouponservices.
      See Also:
    • BASESITE

      public static final String BASESITE
      Generated constant - Attribute key of CouponNotification.baseSite attribute defined at extension customercouponservices.
      See Also:
    • LANGUAGE

      public static final String LANGUAGE
      Generated constant - Attribute key of CouponNotification.language attribute defined at extension customercouponservices.
      See Also:
  • Constructor Details

    • CouponNotificationModel

      public CouponNotificationModel()
      Generated constructor - Default constructor for generic creation.
    • CouponNotificationModel

      public CouponNotificationModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • CouponNotificationModel

      @Deprecated(since="4.1.1", forRemoval=true) public CouponNotificationModel(BaseSiteModel _baseSite, CustomerModel _customer, CustomerCouponModel _customerCoupon, LanguageModel _language)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _baseSite - initial attribute declared by type CouponNotification at extension customercouponservices
      _customer - initial attribute declared by type CouponNotification at extension customercouponservices
      _customerCoupon - initial attribute declared by type CouponNotification at extension customercouponservices
      _language - initial attribute declared by type CouponNotification at extension customercouponservices
    • CouponNotificationModel

      @Deprecated(since="4.1.1", forRemoval=true) public CouponNotificationModel(BaseSiteModel _baseSite, CustomerModel _customer, CustomerCouponModel _customerCoupon, LanguageModel _language, ItemModel _owner)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _baseSite - initial attribute declared by type CouponNotification at extension customercouponservices
      _customer - initial attribute declared by type CouponNotification at extension customercouponservices
      _customerCoupon - initial attribute declared by type CouponNotification at extension customercouponservices
      _language - initial attribute declared by type CouponNotification at extension customercouponservices
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getBaseSite

      @Accessor(qualifier="baseSite", type=GETTER) public BaseSiteModel getBaseSite()
      Generated method - Getter of the CouponNotification.baseSite attribute defined at extension customercouponservices.
      Returns:
      the baseSite - Attribute contains base site object that will be used in the process.
    • getCustomer

      @Accessor(qualifier="customer", type=GETTER) public CustomerModel getCustomer()
      Generated method - Getter of the CouponNotification.customer attribute defined at extension customercouponservices.
      Returns:
      the customer
    • getCustomerCoupon

      @Accessor(qualifier="customerCoupon", type=GETTER) public CustomerCouponModel getCustomerCoupon()
      Generated method - Getter of the CouponNotification.customerCoupon attribute defined at extension customercouponservices.
      Returns:
      the customerCoupon
    • getLanguage

      @Accessor(qualifier="language", type=GETTER) public LanguageModel getLanguage()
      Generated method - Getter of the CouponNotification.language attribute defined at extension customercouponservices.
      Returns:
      the language
    • getStatus

      @Accessor(qualifier="status", type=GETTER) public CouponNotificationStatus getStatus()
      Generated method - Getter of the CouponNotification.status attribute defined at extension customercouponservices.
      Returns:
      the status - Coupon notification status.
    • setBaseSite

      @Accessor(qualifier="baseSite", type=SETTER) public void setBaseSite(BaseSiteModel value)
      Generated method - Setter of CouponNotification.baseSite attribute defined at extension customercouponservices.
      Parameters:
      value - the baseSite - Attribute contains base site object that will be used in the process.
    • setCustomer

      @Accessor(qualifier="customer", type=SETTER) public void setCustomer(CustomerModel value)
      Generated method - Setter of CouponNotification.customer attribute defined at extension customercouponservices.
      Parameters:
      value - the customer
    • setCustomerCoupon

      @Accessor(qualifier="customerCoupon", type=SETTER) public void setCustomerCoupon(CustomerCouponModel value)
      Generated method - Setter of CouponNotification.customerCoupon attribute defined at extension customercouponservices.
      Parameters:
      value - the customerCoupon
    • setLanguage

      @Accessor(qualifier="language", type=SETTER) public void setLanguage(LanguageModel value)
      Generated method - Setter of CouponNotification.language attribute defined at extension customercouponservices.
      Parameters:
      value - the language
    • setStatus

      @Accessor(qualifier="status", type=SETTER) public void setStatus(CouponNotificationStatus value)
      Generated method - Setter of CouponNotification.status attribute defined at extension customercouponservices.
      Parameters:
      value - the status - Coupon notification status.