public interface WishListItemIf
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComments()
Comments on the wish list item
|
java.lang.String |
getCustom1() |
java.lang.String |
getCustom2() |
java.lang.String |
getCustom3() |
java.lang.String |
getCustom4() |
java.lang.String |
getCustom5() |
java.util.Calendar |
getDateAdded() |
java.lang.String |
getEncodedProduct()
The encodedProduct is in the form 1{3}5{4}1 where the first number is the product id.
|
java.math.BigDecimal |
getFinalPriceExTax()
This is the price without including tax.
|
java.math.BigDecimal |
getFinalPriceIncTax()
This is the price including tax.
|
int |
getId() |
OptionIf[] |
getOpts()
An array of Option objects that further defines the product.
|
int |
getPriority()
The priority for the wish list item.
|
ProductIf |
getProduct() |
int |
getProductId() |
int |
getQuantityDesired()
Number of items desired in a list such as a wedding list
|
int |
getQuantityInStock() |
int |
getQuantityReceived()
Number of items received in a list such as a wedding list
|
int |
getWishListId() |
void |
setComments(java.lang.String comments)
Comments on the wish list item
|
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 |
setDateAdded(java.util.Calendar dateAdded) |
void |
setEncodedProduct(java.lang.String encodedProduct)
The encodedProduct is in the form 1{3}5{4}1 where the first number is the product id.
|
void |
setFinalPriceExTax(java.math.BigDecimal finalPriceExTax)
This is the price without including tax.
|
void |
setFinalPriceIncTax(java.math.BigDecimal finalPriceIncTax)
This is the price including tax.
|
void |
setId(int id) |
void |
setOpts(OptionIf[] opts)
An array of Option objects that further defines the product.
|
void |
setPriority(int priority)
The priority for the wish list item.
|
void |
setProduct(ProductIf product) |
void |
setProductId(int productId) |
void |
setQuantityDesired(int quantityDesired)
Number of items desired in a list such as a wedding list
|
void |
setQuantityInStock(int quantityInStock) |
void |
setQuantityReceived(int quantityReceived)
Number of items received in a list such as a wedding list
|
void |
setWishListId(int wishListId) |
java.util.Calendar getDateAdded()
void setDateAdded(java.util.Calendar dateAdded)
dateAdded
- The dateAdded to set.java.lang.String getEncodedProduct()
void setEncodedProduct(java.lang.String encodedProduct)
encodedProduct
- The encodedProduct to set.int getId()
void setId(int id)
id
- The id to set.int getWishListId()
void setWishListId(int wishListId)
wishListId
- The wishListId to set.OptionIf[] getOpts()
void setOpts(OptionIf[] opts)
opts
- The opts to set.ProductIf getProduct()
void setProduct(ProductIf product)
product
- The product to set.int getProductId()
void setProductId(int productId)
productId
- The productId to set.java.math.BigDecimal getFinalPriceExTax()
void setFinalPriceExTax(java.math.BigDecimal finalPriceExTax)
finalPriceExTax
- The finalPriceExTax to set.java.math.BigDecimal getFinalPriceIncTax()
void setFinalPriceIncTax(java.math.BigDecimal finalPriceIncTax)
finalPriceIncTax
- The finalPriceIncTax to set.int getQuantityInStock()
void setQuantityInStock(int quantityInStock)
quantityInStock
- The quantityInStock to set.int getPriority()
void setPriority(int priority)
priority
- The priority to set.java.lang.String getCustom1()
void setCustom1(java.lang.String custom1)
custom1
- The custom1 to set.java.lang.String getCustom2()
void setCustom2(java.lang.String custom2)
custom2
- The custom2 to set.java.lang.String getCustom3()
void setCustom3(java.lang.String custom3)
custom3
- The custom3 to set.java.lang.String getCustom4()
void setCustom4(java.lang.String custom4)
custom4
- The custom4 to set.java.lang.String getCustom5()
void setCustom5(java.lang.String custom5)
custom5
- The custom5 to set.int getQuantityDesired()
void setQuantityDesired(int quantityDesired)
quantityDesired
- the quantityDesired to setint getQuantityReceived()
void setQuantityReceived(int quantityReceived)
quantityReceived
- the quantityReceived to setjava.lang.String getComments()
void setComments(java.lang.String comments)
comments
- the comments to setCopyright © 2018 DS Data Systems UK Ltd.