Uses of Class
com.fourjs.report.facturx.profiles.basicwl.InvoiceNote
-
Packages that use InvoiceNote Package Description com.fourjs.report.facturx.profiles.basicwl -
-
Uses of InvoiceNote in com.fourjs.report.facturx.profiles.basicwl
Methods in com.fourjs.report.facturx.profiles.basicwl that return InvoiceNote Modifier and Type Method Description InvoiceNoteInvoice. appendNewInvoiceNote()Creates an InvoiceNote object and appends it to the list obtainable by a call to getInvoice.getInvoiceNotes()InvoiceNoteInvoiceNote. setInvoiceNote(String value)InvoiceNoteInvoiceNote. setInvoiceNoteSubjectCode(Codes.TextSubjectCodeQualifier value)Methods in com.fourjs.report.facturx.profiles.basicwl that return types with arguments of type InvoiceNote Modifier and Type Method Description List<InvoiceNote>Invoice. getInvoiceNotes()Returns a list of InvoiceNote objects previously created by calls toInvoice.appendNewInvoiceNote()
-