com.retek.component.tax.impl.remote
Class TaxInvoiceDto

java.lang.Object
  extended bycom.retek.commons.component.impl.SecondClassDto
      extended bycom.retek.component.tax.impl.remote.TaxInvoiceDto
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable
Direct Known Subclasses:
TaxCalculatorInvoiceDto, TaxCreditInvoiceDto

public abstract class TaxInvoiceDto
extends SecondClassDto

See Also:
Serialized Form

Field Summary
 RDate invoiceDate
           
 java.lang.String invoiceId
           
 Address orderAcceptanceAddress
           
 Address shipFromAddress
           
 Address shipToAddress
           
 TaxCompany taxCompany
           
 TaxCustomer taxCustomer
           
 TaxTransactionCodeType transactionCodeType
           
 
Constructor Summary
TaxInvoiceDto()
           
 
Methods inherited from class com.retek.commons.component.impl.SecondClassDto
clone, equals, equalsDto, getBusinessInterface, getPropertyMap, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

shipFromAddress

public Address shipFromAddress

shipToAddress

public Address shipToAddress

orderAcceptanceAddress

public Address orderAcceptanceAddress

taxCustomer

public TaxCustomer taxCustomer

taxCompany

public TaxCompany taxCompany

invoiceDate

public RDate invoiceDate

invoiceId

public java.lang.String invoiceId

transactionCodeType

public TaxTransactionCodeType transactionCodeType
Constructor Detail

TaxInvoiceDto

public TaxInvoiceDto()


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