Class GeneratedCouponRedemption

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

public abstract class GeneratedCouponRedemption extends GenericItem
Generated class for type CouponRedemption.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedCouponRedemption

      public GeneratedCouponRedemption()
  • Method Details

    • getDefaultAttributeModes

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

      public AbstractCoupon getCoupon(SessionContext ctx)
      Generated method - Getter of the CouponRedemption.coupon attribute.
      Returns:
      the coupon
    • getCoupon

      public AbstractCoupon getCoupon()
      Generated method - Getter of the CouponRedemption.coupon attribute.
      Returns:
      the coupon
    • setCoupon

      public void setCoupon(SessionContext ctx, AbstractCoupon value)
      Generated method - Setter of the CouponRedemption.coupon attribute.
      Parameters:
      value - the coupon
    • setCoupon

      public void setCoupon(AbstractCoupon value)
      Generated method - Setter of the CouponRedemption.coupon attribute.
      Parameters:
      value - the coupon
    • getCouponCode

      public String getCouponCode(SessionContext ctx)
      Generated method - Getter of the CouponRedemption.couponCode attribute.
      Returns:
      the couponCode
    • getCouponCode

      public String getCouponCode()
      Generated method - Getter of the CouponRedemption.couponCode attribute.
      Returns:
      the couponCode
    • setCouponCode

      public void setCouponCode(SessionContext ctx, String value)
      Generated method - Setter of the CouponRedemption.couponCode attribute.
      Parameters:
      value - the couponCode
    • setCouponCode

      public void setCouponCode(String value)
      Generated method - Setter of the CouponRedemption.couponCode attribute.
      Parameters:
      value - the couponCode
    • getOrder

      public AbstractOrder getOrder(SessionContext ctx)
      Generated method - Getter of the CouponRedemption.order attribute.
      Returns:
      the order
    • getOrder

      public AbstractOrder getOrder()
      Generated method - Getter of the CouponRedemption.order attribute.
      Returns:
      the order
    • setOrder

      public void setOrder(SessionContext ctx, AbstractOrder value)
      Generated method - Setter of the CouponRedemption.order attribute.
      Parameters:
      value - the order
    • setOrder

      public void setOrder(AbstractOrder value)
      Generated method - Setter of the CouponRedemption.order attribute.
      Parameters:
      value - the order
    • getUser

      public User getUser(SessionContext ctx)
      Generated method - Getter of the CouponRedemption.user attribute.
      Returns:
      the user
    • getUser

      public User getUser()
      Generated method - Getter of the CouponRedemption.user attribute.
      Returns:
      the user
    • setUser

      public void setUser(SessionContext ctx, User value)
      Generated method - Setter of the CouponRedemption.user attribute.
      Parameters:
      value - the user
    • setUser

      public void setUser(User value)
      Generated method - Setter of the CouponRedemption.user attribute.
      Parameters:
      value - the user