com.retek.rcom.gui.wrapper
Class RcomOrderLinePromotion

java.lang.Object
  extended bycom.retek.rcom.gui.wrapper.RcomOrderLinePromotion

public class RcomOrderLinePromotion
extends java.lang.Object


Constructor Summary
RcomOrderLinePromotion(CustomerOrderPromotionDiscount promotionDiscount)
          Constructs a new RcomOrderLinePromotion around an order line CustomerOrderPromotionDiscount object.
RcomOrderLinePromotion(ReturnLinePromotionAdjustment promotionAdjustment)
          Constructs a new RcomOrderLinePromotion around an order line ReturnLinePromotionAdjustment object.
 
Method Summary
 java.lang.String getPromotionAmount()
           
 java.lang.String getPromotionDescription()
           
 boolean isOrderLinePromotionDiscount()
           
 boolean isReturnLinePromotionAdjustment()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RcomOrderLinePromotion

public RcomOrderLinePromotion(CustomerOrderPromotionDiscount promotionDiscount)
                       throws SystemException
Constructs a new RcomOrderLinePromotion around an order line CustomerOrderPromotionDiscount object.

Parameters:
promotionDiscount - CustomerOrderPromotionDiscount API object

RcomOrderLinePromotion

public RcomOrderLinePromotion(ReturnLinePromotionAdjustment promotionAdjustment)
                       throws SystemException
Constructs a new RcomOrderLinePromotion around an order line ReturnLinePromotionAdjustment object.

Parameters:
promotionAdjustment - ReturnLinePromotionAdjustment API object
Method Detail

isOrderLinePromotionDiscount

public boolean isOrderLinePromotionDiscount()

isReturnLinePromotionAdjustment

public boolean isReturnLinePromotionAdjustment()

getPromotionDescription

public java.lang.String getPromotionDescription()
                                         throws SystemException
Throws:
SystemException

getPromotionAmount

public java.lang.String getPromotionAmount()
                                    throws SystemException
Throws:
SystemException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25