com.retek.component.salesaudit
Interface SaeDiscount

All Superinterfaces:
BusinessObject, ElementObject, SaeElement, SecondClassObject

public interface SaeDiscount
extends SaeElement

Interface defining the operations for a discount element within a sales audit transaction.


Field Summary
static java.lang.String DISCOUNT_TYPE_EMPLOYEE_DISCOUNT
           
 
Fields inherited from interface com.retek.component.salesaudit.SaeElement
SALES_AUDIT_NO, SALES_AUDIT_YES
 
Method Summary
 Money getDiscountAmount()
           
 java.lang.String getDiscountType()
           
 java.lang.String getPromotionFormatType()
           
 java.lang.String getPromotionNumber()
           
 void setDiscountAmount(Money discountAmount)
           
 void setDiscountType(java.lang.String discountType)
           
 void setPromotionFormatType(java.lang.String promotionFormatType)
           
 void setPromotionNumber(java.lang.String promotionNumber)
           
 
Methods inherited from interface com.retek.component.salesaudit.SaeElement
accept
 
Methods inherited from interface com.retek.commons.component.xml.ElementObject
getElementId, getParentElementId, toXml
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Field Detail

DISCOUNT_TYPE_EMPLOYEE_DISCOUNT

public static final java.lang.String DISCOUNT_TYPE_EMPLOYEE_DISCOUNT
See Also:
Constant Field Values
Method Detail

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 © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25