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 Payee
Invoice. appendNewPayee()
Creates a Payee object and appends it to the list obtainable by a call to getInvoice.getPayees()
Payee
Payee. setPayeeContactEmailAddress(String value)
Payee
Payee. setPayeeContactTelephoneNumber(String value)
Payee
Payee. setPayeeDepartmentName(String value)
Payee
Payee. setPayeeFaxNumber(String value)
Payee
Payee. 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()
-