com.konakart.appif
Interface PromotionProductIf


public interface PromotionProductIf

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.


Method Summary
 int getOptionId()
           
 int getOptionValueId()
           
 int getProductId()
           
 void setOptionId(int optionId)
           
 void setOptionValueId(int optionValueId)
           
 void setProductId(int productId)
           
 

Method Detail

getOptionId

int getOptionId()
Returns:
Returns the optionId.

setOptionId

void setOptionId(int optionId)
Parameters:
optionId - The optionId to set.

getOptionValueId

int getOptionValueId()
Returns:
Returns the optionValueId.

setOptionValueId

void setOptionValueId(int optionValueId)
Parameters:
optionValueId - The optionValueId to set.

getProductId

int getProductId()
Returns:
Returns the productId.

setProductId

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


Copyright © 2006 DS Data Systems UK Ltd.