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