public class WishListUIItem
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
WishListUIItem()
Constructor
|
WishListUIItem(int wishListItemId,
int prodId,
java.lang.String prodName,
java.lang.String prodImage,
java.math.BigDecimal totalPriceExTax,
java.math.BigDecimal totalPriceIncTax,
int priority)
Constructor
|
WishListUIItem(int wishListItemId,
int prodId,
java.lang.String prodName,
java.lang.String prodImage,
java.math.BigDecimal totalPriceExTax,
java.math.BigDecimal totalPriceIncTax,
int priority,
int quantityDesired,
int quantityReceived,
java.lang.String comments)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComments() |
java.lang.String |
getCustom1() |
java.lang.String |
getCustom2() |
java.lang.String |
getCustom3() |
java.lang.String |
getCustom4() |
java.lang.String |
getCustom5() |
java.lang.String[] |
getOptNameArray() |
int |
getPriority() |
int |
getProdId() |
java.lang.String |
getProdImage() |
java.lang.String |
getProdName() |
int |
getQuantityDesired() |
int |
getQuantityReceived() |
java.math.BigDecimal |
getTotalPriceExTax() |
java.math.BigDecimal |
getTotalPriceIncTax() |
int |
getWishListItemId() |
void |
setComments(java.lang.String comments) |
void |
setCustom1(java.lang.String custom1) |
void |
setCustom2(java.lang.String custom2) |
void |
setCustom3(java.lang.String custom3) |
void |
setCustom4(java.lang.String custom4) |
void |
setCustom5(java.lang.String custom5) |
void |
setOptNameArray(java.lang.String[] optNameArray) |
void |
setPriority(int priority) |
void |
setProdId(int prodId) |
void |
setProdImage(java.lang.String prodImage) |
void |
setProdName(java.lang.String prodName) |
void |
setQuantityDesired(int quantityDesired) |
void |
setQuantityReceived(int quantityReceived) |
void |
setTotalPriceExTax(java.math.BigDecimal totalPriceExTax) |
void |
setTotalPriceIncTax(java.math.BigDecimal totalPriceIncTax) |
void |
setWishListItemId(int wishListItemId) |
public WishListUIItem()
public WishListUIItem(int wishListItemId,
int prodId,
java.lang.String prodName,
java.lang.String prodImage,
java.math.BigDecimal totalPriceExTax,
java.math.BigDecimal totalPriceIncTax,
int priority)
wishListItemId - the wishListItemIdprodId - the prodIdprodName - the prodNameprodImage - the prodImagetotalPriceExTax - the totalPriceExTaxtotalPriceIncTax - the totalPriceIncTaxpriority - the prioritypublic WishListUIItem(int wishListItemId,
int prodId,
java.lang.String prodName,
java.lang.String prodImage,
java.math.BigDecimal totalPriceExTax,
java.math.BigDecimal totalPriceIncTax,
int priority,
int quantityDesired,
int quantityReceived,
java.lang.String comments)
wishListItemId - the wishListItemIdprodId - the prodIdprodName - the prodNameprodImage - the prodImagetotalPriceExTax - the totalPriceExTaxtotalPriceIncTax - the totalPriceIncTaxpriority - the priorityquantityDesired - the quantityDesiredquantityReceived - the quantityReceivedcomments - the commentspublic java.lang.String[] getOptNameArray()
public void setOptNameArray(java.lang.String[] optNameArray)
optNameArray - The optNameArray to set.public int getProdId()
public void setProdId(int prodId)
prodId - The prodId to set.public java.lang.String getProdImage()
public void setProdImage(java.lang.String prodImage)
prodImage - The prodImage to set.public java.lang.String getProdName()
public void setProdName(java.lang.String prodName)
prodName - The prodName to set.public java.math.BigDecimal getTotalPriceExTax()
public void setTotalPriceExTax(java.math.BigDecimal totalPriceExTax)
totalPriceExTax - The totalPriceExTax to set.public java.math.BigDecimal getTotalPriceIncTax()
public void setTotalPriceIncTax(java.math.BigDecimal totalPriceIncTax)
totalPriceIncTax - The totalPriceIncTax to set.public java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1 - The custom1 to set.public java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2 - The custom2 to set.public java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3 - The custom3 to set.public java.lang.String getCustom4()
public void setCustom4(java.lang.String custom4)
custom4 - The custom4 to set.public java.lang.String getCustom5()
public void setCustom5(java.lang.String custom5)
custom5 - The custom5 to set.public int getWishListItemId()
public void setWishListItemId(int wishListItemId)
wishListItemId - The wishListItemId to set.public int getPriority()
public void setPriority(int priority)
priority - The priority to set.public int getQuantityDesired()
public void setQuantityDesired(int quantityDesired)
quantityDesired - the quantityDesired to setpublic int getQuantityReceived()
public void setQuantityReceived(int quantityReceived)
quantityReceived - the quantityReceived to setpublic java.lang.String getComments()
public void setComments(java.lang.String comments)
comments - the comments to setCopyright © 2018 DS Data Systems UK Ltd.