Uses of Class
com.retek.component.tax.TaxTransactionCodeType

Packages that use TaxTransactionCodeType
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.impl.remote   
com.retek.component.tax   
com.retek.component.tax.impl   
com.retek.component.tax.impl.remote   
 

Uses of TaxTransactionCodeType in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return TaxTransactionCodeType
 TaxTransactionCodeType ShippedContainerTaxCalculatorInvoice.getTaxTransactionCodeType()
           
 

Methods in com.retek.component.customerorder with parameters of type TaxTransactionCodeType
 void ShippedContainerTaxCalculatorInvoice.setTaxTransactionCodeType(TaxTransactionCodeType taxTranType)
           
 

Uses of TaxTransactionCodeType in com.retek.component.customerorder.impl
 

Methods in com.retek.component.customerorder.impl that return TaxTransactionCodeType
 TaxTransactionCodeType ShippedContainerTaxCalculatorInvoiceImpl.getTaxTransactionCodeType()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type TaxTransactionCodeType
 void ShippedContainerTaxCalculatorInvoiceImpl.setTaxTransactionCodeType(TaxTransactionCodeType taxTranType)
           
 

Uses of TaxTransactionCodeType in com.retek.component.customerorder.impl.remote
 

Fields in com.retek.component.customerorder.impl.remote declared as TaxTransactionCodeType
 TaxTransactionCodeType ShippedContainerTaxCalculatorInvoiceDto.taxTranType
           
 

Uses of TaxTransactionCodeType in com.retek.component.tax
 

Fields in com.retek.component.tax declared as TaxTransactionCodeType
static TaxTransactionCodeType TaxTransactionCodeType.NORMAL
           
static TaxTransactionCodeType TaxTransactionCodeType.TAX_ONLY_CREDIT
           
 

Methods in com.retek.component.tax that return TaxTransactionCodeType
static TaxTransactionCodeType TaxTransactionCodeType.fromCode(java.lang.String code)
           
 TaxTransactionCodeType TaxInvoice.getTaxTransactionCodeType()
           
 

Methods in com.retek.component.tax with parameters of type TaxTransactionCodeType
 void TaxInvoice.setTaxTransactionCodeType(TaxTransactionCodeType codeType)
           
 

Uses of TaxTransactionCodeType in com.retek.component.tax.impl
 

Methods in com.retek.component.tax.impl that return TaxTransactionCodeType
 TaxTransactionCodeType TaxInvoiceImpl.getTaxTransactionCodeType()
           
 

Methods in com.retek.component.tax.impl with parameters of type TaxTransactionCodeType
 void TaxInvoiceImpl.setTaxTransactionCodeType(TaxTransactionCodeType codeType)
           
 

Uses of TaxTransactionCodeType in com.retek.component.tax.impl.remote
 

Fields in com.retek.component.tax.impl.remote declared as TaxTransactionCodeType
 TaxTransactionCodeType TaxInvoiceDto.transactionCodeType
           
 



Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28