com.retek.component.promotion.impl
Class OrderCurrencyAmountThresholdImpl
java.lang.Object
com.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.DistributedObjectImpl
com.retek.component.promotion.impl.PromotionThresholdImpl
com.retek.component.promotion.impl.OrderCurrencyAmountThresholdImpl
- All Implemented Interfaces:
- BusinessObject, DistributedObject, OrderCurrencyAmountThreshold, PromotionThreshold
- public class OrderCurrencyAmountThresholdImpl
- extends PromotionThresholdImpl
- implements OrderCurrencyAmountThreshold
Methods inherited from class com.retek.commons.component.impl.DistributedObjectImpl |
attributesToString, createEmptyDto, debugToString, discardChanges, discardChangesShallow, equals, getGenericDto, getId, getReference, getReference, getVersion, hashCode, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isHollow, isPersisted, markAllDeleted, readLatest, refresh, toString, wrap, wrap, wrap, wrap |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
OrderCurrencyAmountThresholdImpl
public OrderCurrencyAmountThresholdImpl(DistributedContext context,
DistributedReference ref,
boolean createHollow)
throws SystemException
OrderCurrencyAmountThresholdImpl
public OrderCurrencyAmountThresholdImpl(DistributedContext context,
DistributedReference ref)
throws SystemException
getAmount
public Money getAmount()
throws SystemException
- Specified by:
getAmount
in interface OrderCurrencyAmountThreshold
- Throws:
SystemException
setAmount
public void setAmount(Money amount)
throws SystemException
- Specified by:
setAmount
in interface OrderCurrencyAmountThreshold
- Throws:
SystemException
isCurrency
public boolean isCurrency()
- Specified by:
isCurrency
in interface PromotionThreshold
isQuantity
public boolean isQuantity()
- Specified by:
isQuantity
in interface PromotionThreshold
accept
public void accept(Promotion promotion,
PromotionThresholdVisitor thresholdVisitor)
throws SystemException
- Description copied from interface:
PromotionThreshold
- Initiate a threhold visitation.
- Specified by:
accept
in interface PromotionThreshold
- Specified by:
accept
in class PromotionThresholdImpl
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28