com.retek.component.salesaudit
Interface SaeDiscount
- All Superinterfaces:
- BusinessObject, ElementObject, SaeElement, SecondClassObject
- All Known Implementing Classes:
- SaeDiscountImpl
- public interface SaeDiscount
- extends SaeElement
Interface defining the operations for a discount element
within a sales audit transaction.
Methods inherited from interface com.retek.component.salesaudit.SaeElement |
accept |
DISCOUNT_TYPE_EMPLOYEE_DISCOUNT
public static final java.lang.String DISCOUNT_TYPE_EMPLOYEE_DISCOUNT
- See Also:
- Constant Field Values
getDiscountType
public java.lang.String getDiscountType()
getDiscountAmount
public Money getDiscountAmount()
getPromotionNumber
public java.lang.String getPromotionNumber()
getPromotionFormatType
public java.lang.String getPromotionFormatType()
setDiscountType
public void setDiscountType(java.lang.String discountType)
setDiscountAmount
public void setDiscountAmount(Money discountAmount)
setPromotionNumber
public void setPromotionNumber(java.lang.String promotionNumber)
setPromotionFormatType
public void setPromotionFormatType(java.lang.String promotionFormatType)
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28