Uses of Class
com.fourjs.report.facturx.profiles.extended.Payee
-
Packages that use Payee Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of Payee in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Payee Modifier and Type Method Description PayeeInvoice. appendNewPayee()Creates a Payee object and appends it to the list obtainable by a call to getInvoice.getPayees()PayeePayee. setPayeeContactEmailAddress(String value)PayeePayee. setPayeeContactTelephoneNumber(String value)PayeePayee. setPayeeDepartmentName(String value)PayeePayee. setPayeeFaxNumber(String value)PayeePayee. setPayeePersonName(String value)Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type Payee Modifier and Type Method Description List<Payee>Invoice. getPayees()Returns a list of Payee objects previously created by calls toInvoice.appendNewPayee()
-