Class GeneratedCouponRedemption

    • Field Detail

      • COUPONCODE

        public static final java.lang.String COUPONCODE
        Qualifier of the CouponRedemption.couponCode attribute
        See Also:
        Constant Field Values
      • COUPON

        public static final java.lang.String COUPON
        Qualifier of the CouponRedemption.coupon attribute
        See Also:
        Constant Field Values
      • ORDER

        public static final java.lang.String ORDER
        Qualifier of the CouponRedemption.order attribute
        See Also:
        Constant Field Values
      • USER

        public static final java.lang.String USER
        Qualifier of the CouponRedemption.user 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

      • GeneratedCouponRedemption

        public GeneratedCouponRedemption()
    • Method Detail

      • 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 java.lang.String getCouponCode​(SessionContext ctx)
        Generated method - Getter of the CouponRedemption.couponCode attribute.
        Returns:
        the couponCode
      • getCouponCode

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

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

        public void setCouponCode​(java.lang.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