public class RewardLoyaltyTransactionItemQuantityRangeCondition
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
RewardLoyaltyTransactionItemQuantityRangeCondition() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getMaximumNumberOfPurchasedProducts() |
java.lang.Integer |
getMinimumNumberOfPurchasedProducts() |
java.lang.Integer |
getPerformWithin() |
com.crm.framework.util.UnitOfTime |
getPerformWithinUOT() |
void |
setMaximumNumberOfPurchasedProducts(java.lang.Integer maximumNumberOfPurchasedProducts) |
void |
setMinimumNumberOfPurchasedProducts(java.lang.Integer minimumNumberOfPurchasedProducts) |
void |
setPerformWithin(java.lang.Integer performWithin) |
void |
setPerformWithinUOT(com.crm.framework.util.UnitOfTime performWithinUOT) |
public RewardLoyaltyTransactionItemQuantityRangeCondition()
public java.lang.Integer getMinimumNumberOfPurchasedProducts()
public void setMinimumNumberOfPurchasedProducts(java.lang.Integer minimumNumberOfPurchasedProducts)
public java.lang.Integer getMaximumNumberOfPurchasedProducts()
public void setMaximumNumberOfPurchasedProducts(java.lang.Integer maximumNumberOfPurchasedProducts)
public java.lang.Integer getPerformWithin()
public void setPerformWithin(java.lang.Integer performWithin)
public com.crm.framework.util.UnitOfTime getPerformWithinUOT()
public void setPerformWithinUOT(com.crm.framework.util.UnitOfTime performWithinUOT)