com.retek.component.tax
Interface TaxCreditInvoice

All Superinterfaces:
BusinessObject, SecondClassObject, TaxInvoice

public interface TaxCreditInvoice
extends TaxInvoice


Field Summary
static java.lang.String 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
 
Method Summary
 java.lang.String getReasonCode()
           
 void setReasonCode(java.lang.String reason)
           
 
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
 

Field Detail

INVOICE_ID

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

setReasonCode

public void setReasonCode(java.lang.String reason)

getReasonCode

public java.lang.String getReasonCode()


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