T - invoice typeL - invoice line typeLTL - invoice line's tax line typepublic interface IInvLnTxMeth<T extends IInvb,L extends IInvLn<T,?>,LTL extends ALnTxLn<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 ATxDsLn<?>> |
getDstTxItLnCl()
Getter for dstTxItLnCl.
|
org.beigesoft.fct.IFctRq<LTL> |
getFctLineTxLn()
Getter for fctLineTxLn.
|
Class<L> |
getInvLnCl()
Getter for invoice line class.
|
Boolean |
getIsMutable()
Getter for isMutable, if line editable, e.g.
|
Class<? extends org.beigesoft.mdl.IIdLn> |
getItmCl()
Getter for item class.
|
Class<LTL> |
getLtlCl()
Getter for ltlCl.
|
Boolean |
getNeedMkTxCat()
Getter for need make line tax category (purchase return not).
|
Class<? extends org.beigesoft.mdl.IIdLn> getItmCl()
Getter for item class.
Boolean getIsMutable()
Getter for isMutable, if line editable, e.g. any good doesn't.
org.beigesoft.fct.IFctRq<LTL> getFctLineTxLn()
Getter for fctLineTxLn.
Boolean getNeedMkTxCat()
Getter for need make line tax category (purchase return not).
Copyright © 2019. All rights reserved.