Class GeneratedCouponNotification

    • Field Detail

      • CUSTOMERCOUPON

        public static final java.lang.String CUSTOMERCOUPON
        Qualifier of the CouponNotification.customerCoupon attribute
        See Also:
        Constant Field Values
      • CUSTOMER

        public static final java.lang.String CUSTOMER
        Qualifier of the CouponNotification.customer attribute
        See Also:
        Constant Field Values
      • STATUS

        public static final java.lang.String STATUS
        Qualifier of the CouponNotification.status attribute
        See Also:
        Constant Field Values
      • BASESITE

        public static final java.lang.String BASESITE
        Qualifier of the CouponNotification.baseSite attribute
        See Also:
        Constant Field Values
      • LANGUAGE

        public static final java.lang.String LANGUAGE
        Qualifier of the CouponNotification.language attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedCouponNotification

        public GeneratedCouponNotification()
    • Method Detail

      • getBaseSite

        public BaseSite getBaseSite​(SessionContext ctx)
        Generated method - Getter of the CouponNotification.baseSite attribute.
        Returns:
        the baseSite - Attribute contains base site object that will be used in the process.
      • getBaseSite

        public BaseSite getBaseSite()
        Generated method - Getter of the CouponNotification.baseSite attribute.
        Returns:
        the baseSite - Attribute contains base site object that will be used in the process.
      • setBaseSite

        public void setBaseSite​(SessionContext ctx,
                                BaseSite value)
        Generated method - Setter of the CouponNotification.baseSite attribute.
        Parameters:
        value - the baseSite - Attribute contains base site object that will be used in the process.
      • setBaseSite

        public void setBaseSite​(BaseSite value)
        Generated method - Setter of the CouponNotification.baseSite attribute.
        Parameters:
        value - the baseSite - Attribute contains base site object that will be used in the process.
      • getCustomer

        public Customer getCustomer​(SessionContext ctx)
        Generated method - Getter of the CouponNotification.customer attribute.
        Returns:
        the customer
      • getCustomer

        public Customer getCustomer()
        Generated method - Getter of the CouponNotification.customer attribute.
        Returns:
        the customer
      • setCustomer

        public void setCustomer​(SessionContext ctx,
                                Customer value)
        Generated method - Setter of the CouponNotification.customer attribute.
        Parameters:
        value - the customer
      • setCustomer

        public void setCustomer​(Customer value)
        Generated method - Setter of the CouponNotification.customer attribute.
        Parameters:
        value - the customer
      • getCustomerCoupon

        public CustomerCoupon getCustomerCoupon​(SessionContext ctx)
        Generated method - Getter of the CouponNotification.customerCoupon attribute.
        Returns:
        the customerCoupon
      • getCustomerCoupon

        public CustomerCoupon getCustomerCoupon()
        Generated method - Getter of the CouponNotification.customerCoupon attribute.
        Returns:
        the customerCoupon
      • setCustomerCoupon

        public void setCustomerCoupon​(SessionContext ctx,
                                      CustomerCoupon value)
        Generated method - Setter of the CouponNotification.customerCoupon attribute.
        Parameters:
        value - the customerCoupon
      • setCustomerCoupon

        public void setCustomerCoupon​(CustomerCoupon value)
        Generated method - Setter of the CouponNotification.customerCoupon attribute.
        Parameters:
        value - the customerCoupon
      • getLanguage

        public Language getLanguage​(SessionContext ctx)
        Generated method - Getter of the CouponNotification.language attribute.
        Returns:
        the language
      • getLanguage

        public Language getLanguage()
        Generated method - Getter of the CouponNotification.language attribute.
        Returns:
        the language
      • setLanguage

        public void setLanguage​(SessionContext ctx,
                                Language value)
        Generated method - Setter of the CouponNotification.language attribute.
        Parameters:
        value - the language
      • setLanguage

        public void setLanguage​(Language value)
        Generated method - Setter of the CouponNotification.language attribute.
        Parameters:
        value - the language
      • getStatus

        public EnumerationValue getStatus​(SessionContext ctx)
        Generated method - Getter of the CouponNotification.status attribute.
        Returns:
        the status - Coupon notification status.
      • getStatus

        public EnumerationValue getStatus()
        Generated method - Getter of the CouponNotification.status attribute.
        Returns:
        the status - Coupon notification status.
      • setStatus

        public void setStatus​(SessionContext ctx,
                              EnumerationValue value)
        Generated method - Setter of the CouponNotification.status attribute.
        Parameters:
        value - the status - Coupon notification status.
      • setStatus

        public void setStatus​(EnumerationValue value)
        Generated method - Setter of the CouponNotification.status attribute.
        Parameters:
        value - the status - Coupon notification status.