|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProductQuantityIf
Product Quantity object which contains the quantity of a product for different option value combinations. For example, there may be different quantities in stock for the product "brown leather shoe" depending on the size.
| Method Summary | |
|---|---|
java.lang.String |
getEncodedOptionValues()
encodedOptionValues: {4}3{3}6 which means product_options of id==4 and product_options_values of id==3 followed by product_options of id==3 and product_options_values of id==6. |
int |
getProductId()
|
int |
getQuantity()
|
void |
setEncodedOptionValues(java.lang.String encodedOptionValues)
encodedOptionValues: {4}3{3}6 which means product_options of id==4 and product_options_values of id==3 followed by product_options of id==3 and product_options_values of id==6. |
void |
setProductId(int productId)
|
void |
setQuantity(int quantity)
|
| Method Detail |
|---|
java.lang.String getEncodedOptionValues()
void setEncodedOptionValues(java.lang.String encodedOptionValues)
encodedOptionValues - The encodedOptionValues to set.int getProductId()
void setProductId(int productId)
productId - The productId to set.int getQuantity()
void setQuantity(int quantity)
quantity - The quantity to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||