com.retek.component.customerorder.impl
Class CustomerOrderPromotionAdjustmentImpl
java.lang.Object
com.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.SecondClassObjectImpl
com.retek.component.customerorder.impl.CustomerOrderPromotionAdjustmentImpl
- All Implemented Interfaces:
- BusinessObject, CustomerOrderPromotionAdjustment, SecondClassObject
- Direct Known Subclasses:
- ReturnLinePromotionAdjustmentImpl, ShippedContainerLineProratedPromotionImpl
- public class CustomerOrderPromotionAdjustmentImpl
- extends SecondClassObjectImpl
- implements CustomerOrderPromotionAdjustment
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CustomerOrderPromotionAdjustmentImpl
protected CustomerOrderPromotionAdjustmentImpl(DistributedContext context,
CustomerOrderPromotionAdjustmentDto dto)
getDto
public CustomerOrderPromotionAdjustmentDto getDto()
getAmount
public Money getAmount()
- Specified by:
getAmount
in interface CustomerOrderPromotionAdjustment
isItemLevelPromotion
public boolean isItemLevelPromotion()
throws SystemException
- Specified by:
isItemLevelPromotion
in interface CustomerOrderPromotionAdjustment
- Throws:
SystemException
isStandardShippingAndHandlingPromotion
public boolean isStandardShippingAndHandlingPromotion()
throws SystemException
- Specified by:
isStandardShippingAndHandlingPromotion
in interface CustomerOrderPromotionAdjustment
- Throws:
SystemException
isAdditionalShippingAndHandlingPromotion
public boolean isAdditionalShippingAndHandlingPromotion()
throws SystemException
- Specified by:
isAdditionalShippingAndHandlingPromotion
in interface CustomerOrderPromotionAdjustment
- Throws:
SystemException
isValueAddedServicePromotion
public boolean isValueAddedServicePromotion()
throws SystemException
- Specified by:
isValueAddedServicePromotion
in interface CustomerOrderPromotionAdjustment
- Throws:
SystemException
getDiscountType
public CustomerOrderPromotionDiscountType getDiscountType()
- Specified by:
getDiscountType
in interface CustomerOrderPromotionAdjustment
setDiscountType
public void setDiscountType(CustomerOrderPromotionDiscountType discountType)
- Specified by:
setDiscountType
in interface CustomerOrderPromotionAdjustment
getPromotion
public Promotion getPromotion()
throws SystemException
- Specified by:
getPromotion
in interface CustomerOrderPromotionAdjustment
- Throws:
SystemException
setPromotion
public void setPromotion(Promotion promotion)
- Specified by:
setPromotion
in interface CustomerOrderPromotionAdjustment
setAmount
public void setAmount(Money amount)
- Specified by:
setAmount
in interface CustomerOrderPromotionAdjustment
getServiceLine
public CustomerOrderServiceLine getServiceLine()
throws SystemException
- Specified by:
getServiceLine
in interface CustomerOrderPromotionAdjustment
- Throws:
SystemException
setServiceLine
public void setServiceLine(CustomerOrderServiceLine serviceLine)
- Specified by:
setServiceLine
in interface CustomerOrderPromotionAdjustment
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28