com.konakart.wsapp
Class PromotionProduct
java.lang.Object
com.konakart.wsapp.PromotionProduct
public class PromotionProduct
- extends java.lang.Object
An object used to define a product down to the level of an option and the value of the option. It
is used to include or exclude a product from a promotion. For example, this means that you have
the flexibility of including blue shirts in the promotion and not yellow ones.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PromotionProduct
public PromotionProduct()
getOptionId
public int getOptionId()
- Returns:
- Returns the optionId.
setOptionId
public void setOptionId(int _optionId)
- Parameters:
_optionId
- The optionId to set.
getOptionValueId
public int getOptionValueId()
- Returns:
- Returns the optionValueId.
setOptionValueId
public void setOptionValueId(int _optionValueId)
- Parameters:
_optionValueId
- The optionValueId to set.
getProductId
public int getProductId()
- Returns:
- Returns the productId.
setProductId
public void setProductId(int _productId)
- Parameters:
_productId
- The productId to set.
Copyright © 2011 DS Data Systems UK Ltd.