Uses of Class
com.fourjs.report.facturx.profiles.basic.PrecedingInvoiceReference
-
Packages that use PrecedingInvoiceReference Package Description com.fourjs.report.facturx.profiles.basic -
-
Uses of PrecedingInvoiceReference in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic 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.basic 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()
-