com.konakart.appif
Interface ProductQuantityIf


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

getEncodedOptionValues

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.

Returns:
Returns the encodedOptionValues.

setEncodedOptionValues

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.

Parameters:
encodedOptionValues - The encodedOptionValues to set.

getProductId

int getProductId()
Returns:
Returns the productId.

setProductId

void setProductId(int productId)
Parameters:
productId - The productId to set.

getQuantity

int getQuantity()
Returns:
Returns the quantity.

setQuantity

void setQuantity(int quantity)
Parameters:
quantity - The quantity to set.


Copyright © 2006 DS Data Systems UK Ltd.