com.ibm.commerce.couponwallet.databeans
Class CouponInfo

java.lang.Object
  |
  +--com.ibm.commerce.couponwallet.databeans.CouponInfo

public class CouponInfo
extends java.lang.Object


Field Summary
 java.lang.Long bcId
           
 java.lang.String expiryDate
           
 java.lang.String fullImagePath
           
 boolean isGC
           
 java.lang.String longDescription
           
 java.lang.Integer promoId
           
 java.lang.String shortDescription
           
 java.lang.String storeName
           
 java.lang.String thumbNailPath
           
 
Constructor Summary
CouponInfo()
          CouponInfo void constructor method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bcId

public java.lang.Long bcId

expiryDate

public java.lang.String expiryDate

fullImagePath

public java.lang.String fullImagePath

isGC

public boolean isGC

longDescription

public java.lang.String longDescription

promoId

public java.lang.Integer promoId

shortDescription

public java.lang.String shortDescription

storeName

public java.lang.String storeName

thumbNailPath

public java.lang.String thumbNailPath
Constructor Detail

CouponInfo

public CouponInfo()
CouponInfo void constructor method.