Uses of Class
com.fourjs.report.facturx.profiles.basicwl.PrecedingInvoiceReference
-
Packages that use PrecedingInvoiceReference Package Description com.fourjs.report.facturx.profiles.basicwl -
-
Uses of PrecedingInvoiceReference in com.fourjs.report.facturx.profiles.basicwl
Methods in com.fourjs.report.facturx.profiles.basicwl that return PrecedingInvoiceReference Modifier and Type Method Description PrecedingInvoiceReferenceInvoice. appendNewPrecedingInvoiceReference()Creates a PrecedingInvoiceReference object and appends it to the list obtainable by a call to getInvoice.getPrecedingInvoiceReferences()PrecedingInvoiceReferencePrecedingInvoiceReference. setPrecedingInvoiceIssueDate(LocalDate value)PrecedingInvoiceReferencePrecedingInvoiceReference. setPrecedingInvoiceReference(DocumentReference value)Methods in com.fourjs.report.facturx.profiles.basicwl that return types with arguments of type PrecedingInvoiceReference Modifier and Type Method Description List<PrecedingInvoiceReference>Invoice. getPrecedingInvoiceReferences()Returns a list of PrecedingInvoiceReference objects previously created by calls toInvoice.appendNewPrecedingInvoiceReference()
-