com.ibm.commerce.couponwallet.databeans
Class CouponInfo

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

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
java.lang.Long bcId
The ID of the coupon.
java.lang.String expiryDate
The expiry date for the coupon.
java.lang.String fullImagePath
The full size image path for the coupon.
boolean isGC
Reserved for future use.
java.lang.String longDescription
The long description for the coupon.
java.lang.Integer promoId
The ID of the promotion that the coupon belongs to.
java.lang.String shortDescription
The short description for the coupon.
java.lang.String storeName
The issuing store's name for the coupon.
java.lang.String thumbNailPath
The thumb nail image path for the coupon.
Constructor Summary
CouponInfo()
CouponInfo constructor call super.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail

thumbNailPath

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

fullImagePath

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

storeName

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

shortDescription

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

longDescription

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

expiryDate

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

bcId

public java.lang.Long bcId
The ID of the coupon.

promoId

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

isGC

public boolean isGC
Reserved for future use.
Constructor Detail

CouponInfo

public CouponInfo()
CouponInfo constructor call super.

Feedback