com.retek.component.tax
Interface TaxCreditor

All Superinterfaces:
BusinessObject, SecondClassObject
All Known Implementing Classes:
TaxCreditorImpl

public interface TaxCreditor
extends SecondClassObject


Method Summary
 void creditTax()
           
 Money getCreditAmount()
           
 TaxCreditInvoice getCreditInvoice()
           
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Method Detail

getCreditInvoice

public TaxCreditInvoice getCreditInvoice()
                                  throws SystemException
Throws:
SystemException

getCreditAmount

public Money getCreditAmount()

creditTax

public void creditTax()
               throws SystemException,
                      BusinessException
Throws:
SystemException
BusinessException


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