public class ViewCouponDetailDataBean extends java.lang.Object implements ViewCouponDetailInputDataBean, SmartDataBean
The input parameter for this data bean is :
This can be queried for the following :
Modifier and Type | Field and Description |
---|---|
java.lang.Long | bcId
Deprecated.
The ID of the coupon.
|
java.lang.Long | catalogId
Deprecated.
ID of the catalog used in the purchase condition list (for category coupons).
|
java.lang.Long | categoryId
Deprecated.
ID of the first category in the purchase condition list (for category coupons).
|
java.lang.String | categoryName
Deprecated.
Name of the first category in the purchase condition list (for category coupons).
|
CommandContext | commandContext
Deprecated.
The command context.
|
java.lang.String | description
Deprecated.
The long description for the coupon.
|
java.lang.String | expiryDate
Deprecated.
The expiry date for the coupon.
|
java.lang.Long | productId
Deprecated.
ID of the first product in the purchase condition list (for product coupons).
|
java.lang.String | productName
Deprecated.
Name of the first product in the purchase condition list (for product coupons).
|
java.lang.Long | shopperId
Deprecated.
The ID of the customer who is viewing the coupon.
|
java.lang.String | thumbNailPath
Deprecated.
The thumb nail image path for the coupon.
|
Constructor and Description |
---|
ViewCouponDetailDataBean()
Deprecated.
ViewWalletDatabean constructor call the super.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long | getBcId()
Deprecated.
Gets the eCouponIds.
|
java.lang.Long | getCatalogId()
Deprecated.
Returns the catalogId.
|
java.lang.Long | getCategoryId()
Deprecated.
Returns the categoryId.
|
java.lang.String | getCategoryName()
Deprecated.
Returns the categoryName.
|
CommandContext | getCommandContext()
Deprecated.
Gets the command context.
|
java.lang.String | getDescription()
Deprecated.
Gets the description of the eCoupon.
|
java.lang.String | getExpiryDate()
Deprecated.
Gets the expiry date.
|
java.lang.Long | getProductId()
Deprecated.
Gets the productId.
|
java.lang.String | getProductName()
Deprecated.
Gets the product name.
|
TypedProperty | getRequestProperties()
Deprecated.
Gets the request properties.
|
java.lang.Long | getShopperId()
Deprecated.
Gets the ID of the customer.
|
java.lang.String | getThumbNailPath()
Deprecated.
Gets the path of the thumbnail.
|
void | populate()
Deprecated.
This method is used to populate the data bean that used to view the details of a particular eCoupon.
|
void | setBcId(java.lang.Long newBcId)
Deprecated.
Sets the eCoupon IDs.
|
void | setCommandContext(CommandContext newCommandContext)
Deprecated.
Sets the context of the command.
|
void | setProductId(java.lang.Long newProductId)
Deprecated.
Sets the ID of the product for which eCoupon to be applied.
|
void | setProductName(java.lang.String newProductName)
Deprecated.
Sets the name of the product for which eCoupon to be applied.
|
void | setRequestProperties(TypedProperty typeProp)
Deprecated.
Sets the properties of the request.
|
void | setShopperId(java.lang.Long newShopperId)
Deprecated.
Sets the ID of the customer.
|
void | setValues(CouponWalletAccessBean tempcwAB, CouponPromotionAccessBean temppAB)
Deprecated.
Sets the values for the eCoupon.
|
public java.lang.String thumbNailPath
public java.lang.String description
public java.lang.String expiryDate
public java.lang.String productName
public java.lang.String categoryName
public java.lang.Long productId
public java.lang.Long catalogId
public java.lang.Long categoryId
public java.lang.Long bcId
public CommandContext commandContext
public java.lang.Long shopperId
public ViewCouponDetailDataBean()
public java.lang.Long getBcId()
public CommandContext getCommandContext()
public java.lang.String getDescription()
public java.lang.String getExpiryDate()
public java.lang.Long getProductId()
public java.lang.String getProductName()
public TypedProperty getRequestProperties()
public java.lang.Long getShopperId()
public java.lang.String getThumbNailPath()
public void populate()
public void setBcId(java.lang.Long newBcId)
public void setCommandContext(CommandContext newCommandContext)
public void setProductId(java.lang.Long newProductId)
public void setProductName(java.lang.String newProductName)
public void setRequestProperties(TypedProperty typeProp)
public void setShopperId(java.lang.Long newShopperId)
public void setValues(CouponWalletAccessBean tempcwAB, CouponPromotionAccessBean temppAB) throws java.lang.Exception
public java.lang.Long getCategoryId()
public java.lang.String getCategoryName()
public java.lang.Long getCatalogId()