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 InvoiceLineNote
InvoiceLine. appendNewInvoiceLineNote()
Creates an InvoiceLineNote object and appends it to the list obtainable by a call to getInvoiceLine.getInvoiceLineNotes()
InvoiceLineNote
InvoiceLineNote. setContentCode(String value)
InvoiceLineNote
InvoiceLineNote. setInvoiceLineNote(String value)
InvoiceLineNote
InvoiceLineNote. 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()
-