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 Invoicer
Invoice. appendNewInvoicer()
Creates an Invoicer object and appends it to the list obtainable by a call to getInvoice.getInvoicers()
Invoicer
Invoicer. setContactFaxNumber(String value)
Invoicer
Invoicer. setInvoicerContactEmailAddress(String value)
Invoicer
Invoicer. setInvoicerContactTelephoneNumber(String value)
Invoicer
Invoicer. setInvoicerDepartmentName(String value)
Invoicer
Invoicer. 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()
-