com.retek.component.customerorder
Interface CustomerOrderPromotionAdjustment
- All Superinterfaces:
- BusinessObject, SecondClassObject
- All Known Subinterfaces:
- ReturnLinePromotionAdjustment, ShippedContainerLineProratedPromotion
- public interface CustomerOrderPromotionAdjustment
- extends SecondClassObject
getPromotion
public Promotion getPromotion()
throws SystemException
- Throws:
SystemException
getAmount
public Money getAmount()
getDiscountType
public CustomerOrderPromotionDiscountType getDiscountType()
getServiceLine
public CustomerOrderServiceLine getServiceLine()
throws SystemException
- Throws:
SystemException
isItemLevelPromotion
public boolean isItemLevelPromotion()
throws SystemException
- Throws:
SystemException
isStandardShippingAndHandlingPromotion
public boolean isStandardShippingAndHandlingPromotion()
throws SystemException
- Throws:
SystemException
isAdditionalShippingAndHandlingPromotion
public boolean isAdditionalShippingAndHandlingPromotion()
throws SystemException
- Throws:
SystemException
isValueAddedServicePromotion
public boolean isValueAddedServicePromotion()
throws SystemException
- Throws:
SystemException
setPromotion
public void setPromotion(Promotion promotion)
setDiscountType
public void setDiscountType(CustomerOrderPromotionDiscountType discountType)
setAmount
public void setAmount(Money amount)
setServiceLine
public void setServiceLine(CustomerOrderServiceLine serviceLine)
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25