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 InvoiceeInvoice. appendNewInvoicee()Creates an Invoicee object and appends it to the list obtainable by a call to getInvoice.getInvoicees()InvoiceeInvoicee. setFaxNumber(String value)InvoiceeInvoicee. setInvoiceeContactEmailAddress(String value)InvoiceeInvoicee. setInvoiceeContactTelephoneNumber(String value)InvoiceeInvoicee. setInvoiceeDepartmentName(String value)InvoiceeInvoicee. 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()
-