Uses of Class
com.fourjs.report.facturx.profiles.extended.InvoiceNote
-
Packages that use InvoiceNote Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of InvoiceNote in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return InvoiceNote Modifier and Type Method Description InvoiceNote
Invoice. appendNewInvoiceNote()
Creates an InvoiceNote object and appends it to the list obtainable by a call to getInvoice.getInvoiceNotes()
InvoiceNote
InvoiceNote. setContentCode(String value)
InvoiceNote
InvoiceNote. setInvoiceNote(String value)
InvoiceNote
InvoiceNote. setInvoiceNoteSubjectCode(Codes.TextSubjectCodeQualifier value)
Methods in com.fourjs.report.facturx.profiles.extended 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()
-