Class GeneratedCouponNotification

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

public abstract class GeneratedCouponNotification extends GenericItem
Generated class for type CouponNotification.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedCouponNotification

      public GeneratedCouponNotification()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • 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.