T - invoice typeL - invoice line typeLTL - invoice line's tax line typepublic interface IInvLnTxMeth<T extends IInvoice,L extends IInvoiceLine<T>,LTL extends ALineTxLn<T,L>>
Abstraction of tax method code/data for purchase/sales invoice line. It contains code/data dedicated to concrete invoice line type.
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ADestTaxItemLn<?>> |
getDstTxItLnCl()
Getter for dstTxItLnCl.
|
org.beigesoft.factory.IFactorySimple<LTL> |
getFctLineTxLn()
Getter for fctLineTxLn.
|
Boolean |
getIsMutable()
Getter for isMutable, if line editable, e.g.
|
Class<LTL> |
getLtlCl()
Getter for ltlCl.
|
Boolean |
getNeedMkTxCat()
Getter for need make line tax category (purchase return not).
|
Class<? extends ADestTaxItemLn<?>> getDstTxItLnCl()
Getter for dstTxItLnCl.
Boolean getIsMutable()
Getter for isMutable, if line editable, e.g. any good doesn't.
org.beigesoft.factory.IFactorySimple<LTL> getFctLineTxLn()
Getter for fctLineTxLn.
Boolean getNeedMkTxCat()
Getter for need make line tax category (purchase return not).
Copyright © 2016–2019. All rights reserved.