java.lang.Object | +--com.ibm.commerce.couponwallet.databeans.CouponInfo
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 |
---|
public java.lang.String thumbNailPath
public java.lang.String fullImagePath
public java.lang.String storeName
public java.lang.String shortDescription
public java.lang.String longDescription
public java.lang.String expiryDate
public java.lang.Long bcId
public java.lang.Integer promoId
public boolean isGC
Constructor Detail |
---|
public CouponInfo()