com.ibm.commerce.couponwallet.databeans

Class CouponInfo

  • java.lang.Object
    • com.ibm.commerce.couponwallet.databeans.CouponInfo

  • Deprecated. 
    The WC54 coupon feature will be replaced by the WC56 promotion engine coupon feature.

    public class CouponInfo
    extends java.lang.Object
    This class is used by the ViewWalletDataBean to view the eCoupons in the customer's wallet. It has the details of the eCoupons.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.Long bcId
      Deprecated. 
      The ID of the coupon.
      java.lang.String expiryDate
      Deprecated. 
      The expiry date for the coupon.
      java.lang.String fullImagePath
      Deprecated. 
      The full size image path for the coupon.
      boolean isGC
      Deprecated. 
      Reserved for future use.
      java.lang.String longDescription
      Deprecated. 
      The long description for the coupon.
      java.lang.Integer promoId
      Deprecated. 
      The ID of the promotion that the coupon belongs to.
      java.lang.String shortDescription
      Deprecated. 
      The short description for the coupon.
      java.lang.String storeName
      Deprecated. 
      The issuing store's name for the coupon.
      java.lang.String thumbNailPath
      Deprecated. 
      The thumb nail image path for the coupon.
    • Constructor Summary

      Constructors 
      Constructor and Description
      CouponInfo()
      Deprecated. 
      CouponInfo constructor call super.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • thumbNailPath

        public java.lang.String thumbNailPath
        Deprecated. 
        The thumb nail image path for the coupon.
      • fullImagePath

        public java.lang.String fullImagePath
        Deprecated. 
        The full size image path for the coupon.
      • storeName

        public java.lang.String storeName
        Deprecated. 
        The issuing store's name for the coupon.
      • shortDescription

        public java.lang.String shortDescription
        Deprecated. 
        The short description for the coupon.
      • longDescription

        public java.lang.String longDescription
        Deprecated. 
        The long description for the coupon.
      • expiryDate

        public java.lang.String expiryDate
        Deprecated. 
        The expiry date for the coupon.
      • bcId

        public java.lang.Long bcId
        Deprecated. 
        The ID of the coupon.
      • promoId

        public java.lang.Integer promoId
        Deprecated. 
        The ID of the promotion that the coupon belongs to.
      • isGC

        public boolean isGC
        Deprecated. 
        Reserved for future use.
    • Constructor Detail

      • CouponInfo

        public CouponInfo()
        Deprecated. 
        CouponInfo constructor call super.