com.retek.component.salesaudit
Interface SaeTax

All Superinterfaces:
BusinessObject, ElementObject, SaeElement, SecondClassObject

public interface SaeTax
extends SaeElement

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


Field Summary
static java.lang.String TAX_CODE_STATE
           
 
Fields inherited from interface com.retek.component.salesaudit.SaeElement
SALES_AUDIT_NO, SALES_AUDIT_YES
 
Method Summary
 Money getGiftServiceTaxAmount()
           
 Money getMerchandiseTaxAmount()
           
 Money getPersonalizationServiceTaxAmount()
           
 Money getShippingTaxAmount()
           
 Money getTaxAmount()
           
 java.lang.String getTaxCode()
           
 void setGiftServiceTaxAmount(Money giftServiceTaxAmount)
           
 void setMerchandiseTaxAmount(Money merchandiseTaxAmount)
           
 void setPersonalizationServiceTaxAmount(Money personalizationServiceTaxAmount)
           
 void setShippingTaxAmount(Money additionalShippingTaxAmount)
           
 void setTaxAmount(Money taxAmount)
           
 void setTaxCode(java.lang.String taxCode)
           
 
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

TAX_CODE_STATE

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

getTaxAmount

public Money getTaxAmount()

getTaxCode

public java.lang.String getTaxCode()

getMerchandiseTaxAmount

public Money getMerchandiseTaxAmount()

getShippingTaxAmount

public Money getShippingTaxAmount()

getGiftServiceTaxAmount

public Money getGiftServiceTaxAmount()

getPersonalizationServiceTaxAmount

public Money getPersonalizationServiceTaxAmount()

setTaxAmount

public void setTaxAmount(Money taxAmount)

setTaxCode

public void setTaxCode(java.lang.String taxCode)

setMerchandiseTaxAmount

public void setMerchandiseTaxAmount(Money merchandiseTaxAmount)

setShippingTaxAmount

public void setShippingTaxAmount(Money additionalShippingTaxAmount)

setGiftServiceTaxAmount

public void setGiftServiceTaxAmount(Money giftServiceTaxAmount)

setPersonalizationServiceTaxAmount

public void setPersonalizationServiceTaxAmount(Money personalizationServiceTaxAmount)


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