Uses of Class
com.fourjs.report.facturx.profiles.extended.PrecedingInvoiceReference
-
Packages that use PrecedingInvoiceReference Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of PrecedingInvoiceReference in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return PrecedingInvoiceReference Modifier and Type Method Description PrecedingInvoiceReference
Invoice. appendNewPrecedingInvoiceReference()
Creates a PrecedingInvoiceReference object and appends it to the list obtainable by a call to getInvoice.getPrecedingInvoiceReferences()
PrecedingInvoiceReference
PrecedingInvoiceReference. setPrecedingInvoiceIssueDate(LocalDate value)
PrecedingInvoiceReference
PrecedingInvoiceReference. setPrecedingInvoiceReference(DocumentReference value)
Methods in com.fourjs.report.facturx.profiles.extended 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()
-