Uses of Class
com.fourjs.report.facturx.profiles.extended.InvoiceLineNote
-
Packages that use InvoiceLineNote Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of InvoiceLineNote in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return InvoiceLineNote Modifier and Type Method Description InvoiceLineNoteInvoiceLine. appendNewInvoiceLineNote()Creates an InvoiceLineNote object and appends it to the list obtainable by a call to getInvoiceLine.getInvoiceLineNotes()InvoiceLineNoteInvoiceLineNote. setContentCode(String value)InvoiceLineNoteInvoiceLineNote. setInvoiceLineNote(String value)InvoiceLineNoteInvoiceLineNote. setSubjectCode(Codes.TextSubjectCodeQualifier value)Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type InvoiceLineNote Modifier and Type Method Description List<InvoiceLineNote>InvoiceLine. getInvoiceLineNotes()Returns a list of InvoiceLineNote objects previously created by calls toInvoiceLine.appendNewInvoiceLineNote()
-