Uses of Interface
org.mustangproject.ZUGFeRD.IZUGFeRDExportableItem
-
Packages that use IZUGFeRDExportableItem Package Description org.mustangproject org.mustangproject.ZUGFeRD -
-
Uses of IZUGFeRDExportableItem in org.mustangproject
Classes in org.mustangproject that implement IZUGFeRDExportableItem Modifier and Type Class Description classItemdescribes any invoice lineFields in org.mustangproject with type parameters of type IZUGFeRDExportableItem Modifier and Type Field Description protected java.util.ArrayList<IZUGFeRDExportableItem>Invoice. ZFItemsMethods in org.mustangproject that return IZUGFeRDExportableItem Modifier and Type Method Description IZUGFeRDExportableItemItem. addNotes(java.util.Collection<IncludedNote> notes)IZUGFeRDExportableItem[]Invoice. getZFItems()Methods in org.mustangproject with parameters of type IZUGFeRDExportableItem Modifier and Type Method Description InvoiceInvoice. addItem(IZUGFeRDExportableItem item)required adds invoice "lines" :-)Method parameters in org.mustangproject with type arguments of type IZUGFeRDExportableItem Modifier and Type Method Description voidInvoice. setZFItems(java.util.ArrayList<IZUGFeRDExportableItem> ims) -
Uses of IZUGFeRDExportableItem in org.mustangproject.ZUGFeRD
Methods in org.mustangproject.ZUGFeRD that return IZUGFeRDExportableItem Modifier and Type Method Description IZUGFeRDExportableItem[]IExportableTransaction. getZFItems()Methods in org.mustangproject.ZUGFeRD with parameters of type IZUGFeRDExportableItem Modifier and Type Method Description protected java.lang.StringZUGFeRD2PullProvider. buildItemNotes(IZUGFeRDExportableItem currentItem)Constructors in org.mustangproject.ZUGFeRD with parameters of type IZUGFeRDExportableItem Constructor Description LineCalculator(IZUGFeRDExportableItem currentItem)
-