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