Uses of Class
com.fourjs.report.facturx.profiles.extended.Invoicee
-
Packages that use Invoicee Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of Invoicee in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Invoicee Modifier and Type Method Description Invoicee
Invoice. appendNewInvoicee()
Creates an Invoicee object and appends it to the list obtainable by a call to getInvoice.getInvoicees()
Invoicee
Invoicee. setFaxNumber(String value)
Invoicee
Invoicee. setInvoiceeContactEmailAddress(String value)
Invoicee
Invoicee. setInvoiceeContactTelephoneNumber(String value)
Invoicee
Invoicee. setInvoiceeDepartmentName(String value)
Invoicee
Invoicee. setInvoiceePersonName(String value)
Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type Invoicee Modifier and Type Method Description List<Invoicee>
Invoice. getInvoicees()
Returns a list of Invoicee objects previously created by calls toInvoice.appendNewInvoicee()
-