com.konakart.json.app
Class J_PromotionProduct

java.lang.Object
  extended by com.konakart.json.app.J_PromotionProduct
All Implemented Interfaces:
java.io.Serializable

public class J_PromotionProduct
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

Constructor Summary
J_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

J_PromotionProduct

public J_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.