com.retek.component.tax.impl
Class TaxCreditInvoiceImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.SecondClassObjectImpl
          extended bycom.retek.component.tax.impl.TaxInvoiceImpl
              extended bycom.retek.component.tax.impl.TaxCreditInvoiceImpl
All Implemented Interfaces:
BusinessObject, SecondClassObject, TaxCreditInvoice, TaxInvoice

public class TaxCreditInvoiceImpl
extends TaxInvoiceImpl
implements TaxCreditInvoice


Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Fields inherited from interface com.retek.component.tax.TaxCreditInvoice
INVOICE_ID
 
Fields inherited from interface com.retek.component.tax.TaxInvoice
CUSTOMER, INVOICE_DATE, ORDER_ACCEPTANCE_ADDRESS, SHIP_FROM_ADDRESS, SHIP_TO_ADDRESS, TAX_COMPANY
 
Constructor Summary
TaxCreditInvoiceImpl(DistributedContext context)
           
TaxCreditInvoiceImpl(DistributedContext context, java.lang.String invoiceId)
           
TaxCreditInvoiceImpl(DistributedContext context, TaxCreditInvoiceDto dto)
          Called by SecondClassObjectImpl.wrap()
 
Method Summary
 java.lang.String getReasonCode()
           
 TaxCreditInvoiceDto getTaxCreditInvoiceDto()
           
 void setReasonCode(java.lang.String reason)
           
 
Methods inherited from class com.retek.component.tax.impl.TaxInvoiceImpl
getDto, getInvoiceDate, getInvoiceId, getOrderAcceptanceAddress, getShipFromAddress, getShipToAddress, getTaxCompany, getTaxCustomer, getTaxTransactionCodeType, setInvoiceDate, setInvoiceId, setOrderAcceptanceAddress, setShipFromAddress, setShipToAddress, setTaxCompany, setTaxCustomer, setTaxTransactionCodeType
 
Methods inherited from class com.retek.commons.component.impl.SecondClassObjectImpl
equals, getGenericDto, hashCode, setGenericDto, toString, wrap, wrap, wrap, wrap
 
Methods inherited from class com.retek.commons.component.impl.BusinessObjectImpl
checkRelation, checkRelation, getBusinessInterface, getContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.retek.component.tax.TaxInvoice
getInvoiceDate, getInvoiceId, getOrderAcceptanceAddress, getShipFromAddress, getShipToAddress, getTaxCompany, getTaxCustomer, getTaxTransactionCodeType, setInvoiceDate, setInvoiceId, setOrderAcceptanceAddress, setShipFromAddress, setShipToAddress, setTaxCompany, setTaxCustomer, setTaxTransactionCodeType
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Constructor Detail

TaxCreditInvoiceImpl

public TaxCreditInvoiceImpl(DistributedContext context)

TaxCreditInvoiceImpl

public TaxCreditInvoiceImpl(DistributedContext context,
                            java.lang.String invoiceId)

TaxCreditInvoiceImpl

public TaxCreditInvoiceImpl(DistributedContext context,
                            TaxCreditInvoiceDto dto)
Called by SecondClassObjectImpl.wrap()

Method Detail

getTaxCreditInvoiceDto

public TaxCreditInvoiceDto getTaxCreditInvoiceDto()

setReasonCode

public void setReasonCode(java.lang.String reason)
Specified by:
setReasonCode in interface TaxCreditInvoice

getReasonCode

public java.lang.String getReasonCode()
Specified by:
getReasonCode in interface TaxCreditInvoice


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