Uses of Class
com.fourjs.report.facturx.profiles.basicwl.PayeeIdentifier
-
Packages that use PayeeIdentifier Package Description com.fourjs.report.facturx.profiles.basicwl -
-
Uses of PayeeIdentifier in com.fourjs.report.facturx.profiles.basicwl
Methods in com.fourjs.report.facturx.profiles.basicwl that return PayeeIdentifier Modifier and Type Method Description PayeeIdentifier
Invoice. appendNewPayeeIdentifier()
Creates a PayeeIdentifier object and appends it to the list obtainable by a call to getInvoice.getPayeeIdentifiers()
PayeeIdentifier
PayeeIdentifier. setPayeeIdentifier(Identifier value)
Methods in com.fourjs.report.facturx.profiles.basicwl that return types with arguments of type PayeeIdentifier Modifier and Type Method Description List<PayeeIdentifier>
Invoice. getPayeeIdentifiers()
Returns a list of PayeeIdentifier objects previously created by calls toInvoice.appendNewPayeeIdentifier()
-