Class CouponNotificationModel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • CUSTOMERCOUPON

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

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

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

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

        public static final java.lang.String LANGUAGE
        Generated constant - Attribute key of CouponNotification.language attribute defined at extension customercouponservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 Detail

      • 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.