com.konakart.wsapp
Class PromotionProduct

java.lang.Object
  extended by 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.


Constructor Summary
PromotionProduct()
           
 
Method Summary
 int getOptionId()
           
 int getOptionValueId()
           
 int getProductId()
           
 void setOptionId(int _optionId)
           
 void setOptionValueId(int _optionValueId)
           
 void setProductId(int _productId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PromotionProduct

public PromotionProduct()
Method Detail

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.