Uses of Class
com.fourjs.report.facturx.profiles.extended.Invoicer
-
Packages that use Invoicer Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of Invoicer in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Invoicer Modifier and Type Method Description InvoicerInvoice. appendNewInvoicer()Creates an Invoicer object and appends it to the list obtainable by a call to getInvoice.getInvoicers()InvoicerInvoicer. setContactFaxNumber(String value)InvoicerInvoicer. setInvoicerContactEmailAddress(String value)InvoicerInvoicer. setInvoicerContactTelephoneNumber(String value)InvoicerInvoicer. setInvoicerDepartmentName(String value)InvoicerInvoicer. setInvoicerPersonName(String value)Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type Invoicer Modifier and Type Method Description List<Invoicer>Invoice. getInvoicers()Returns a list of Invoicer objects previously created by calls toInvoice.appendNewInvoicer()
-