Class GeneratedCouponNotificationProcess

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
CouponNotificationProcess

public abstract class GeneratedCouponNotificationProcess extends BusinessProcess
Generated class for type couponNotificationProcess.
See Also:
  • Field Details

    • LANGUAGE

      public static final String LANGUAGE
      Qualifier of the couponNotificationProcess.language attribute
      See Also:
    • COUPONNOTIFICATION

      public static final String COUPONNOTIFICATION
      Qualifier of the couponNotificationProcess.couponNotification attribute
      See Also:
    • NOTIFICATIONTYPE

      public static final String NOTIFICATIONTYPE
      Qualifier of the couponNotificationProcess.notificationType attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedCouponNotificationProcess

      public GeneratedCouponNotificationProcess()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedBusinessProcess
    • getCouponNotification

      public CouponNotification getCouponNotification(SessionContext ctx)
      Generated method - Getter of the couponNotificationProcess.couponNotification attribute.
      Returns:
      the couponNotification - Attribute contains the coupon notification
    • getCouponNotification

      public CouponNotification getCouponNotification()
      Generated method - Getter of the couponNotificationProcess.couponNotification attribute.
      Returns:
      the couponNotification - Attribute contains the coupon notification
    • setCouponNotification

      public void setCouponNotification(SessionContext ctx, CouponNotification value)
      Generated method - Setter of the couponNotificationProcess.couponNotification attribute.
      Parameters:
      value - the couponNotification - Attribute contains the coupon notification
    • setCouponNotification

      public void setCouponNotification(CouponNotification value)
      Generated method - Setter of the couponNotificationProcess.couponNotification attribute.
      Parameters:
      value - the couponNotification - Attribute contains the coupon notification
    • getLanguage

      public Language getLanguage(SessionContext ctx)
      Generated method - Getter of the couponNotificationProcess.language attribute.
      Returns:
      the language - Attribute contains language that will be used in the process.
    • getLanguage

      public Language getLanguage()
      Generated method - Getter of the couponNotificationProcess.language attribute.
      Returns:
      the language - Attribute contains language that will be used in the process.
    • setLanguage

      public void setLanguage(SessionContext ctx, Language value)
      Generated method - Setter of the couponNotificationProcess.language attribute.
      Parameters:
      value - the language - Attribute contains language that will be used in the process.
    • setLanguage

      public void setLanguage(Language value)
      Generated method - Setter of the couponNotificationProcess.language attribute.
      Parameters:
      value - the language - Attribute contains language that will be used in the process.
    • getNotificationType

      public EnumerationValue getNotificationType(SessionContext ctx)
      Generated method - Getter of the couponNotificationProcess.notificationType attribute.
      Returns:
      the notificationType - Notification type
    • getNotificationType

      public EnumerationValue getNotificationType()
      Generated method - Getter of the couponNotificationProcess.notificationType attribute.
      Returns:
      the notificationType - Notification type
    • setNotificationType

      public void setNotificationType(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the couponNotificationProcess.notificationType attribute.
      Parameters:
      value - the notificationType - Notification type
    • setNotificationType

      public void setNotificationType(EnumerationValue value)
      Generated method - Setter of the couponNotificationProcess.notificationType attribute.
      Parameters:
      value - the notificationType - Notification type