|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.rmi.app.S_WishListItem
public class S_WishListItem
A Wish List Item. A Wish List object contains an array of Wish List Items.
| Constructor Summary | |
|---|---|
S_WishListItem()
|
|
| Method Summary | |
|---|---|
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()
|
S_Option[] |
getOpts()
An array of Option objects that further defines the product. |
int |
getPriority()
The priority for the wish list item. |
S_Product |
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(S_Option[] _opts)
An array of Option objects that further defines the product. |
void |
setPriority(int _priority)
The priority for the wish list item. |
void |
setProduct(S_Product _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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public S_WishListItem()
| Method Detail |
|---|
public java.util.Calendar getDateAdded()
public void setDateAdded(java.util.Calendar _dateAdded)
_dateAdded - The dateAdded to set.public java.lang.String getEncodedProduct()
public void setEncodedProduct(java.lang.String _encodedProduct)
_encodedProduct - The encodedProduct to set.public int getId()
public void setId(int _id)
_id - The id to set.public int getWishListId()
public void setWishListId(int _wishListId)
_wishListId - The wishListId to set.public S_Option[] getOpts()
public void setOpts(S_Option[] _opts)
_opts - The opts to set.public S_Product getProduct()
public void setProduct(S_Product _product)
_product - The product to set.public int getProductId()
public void setProductId(int _productId)
_productId - The productId to set.public java.math.BigDecimal getFinalPriceExTax()
public void setFinalPriceExTax(java.math.BigDecimal _finalPriceExTax)
_finalPriceExTax - The finalPriceExTax to set.public java.math.BigDecimal getFinalPriceIncTax()
public void setFinalPriceIncTax(java.math.BigDecimal _finalPriceIncTax)
_finalPriceIncTax - The finalPriceIncTax to set.public int getQuantityInStock()
public void setQuantityInStock(int _quantityInStock)
_quantityInStock - The quantityInStock to set.public int getPriority()
public void setPriority(int _priority)
_priority - The priority 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 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 set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||