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 InvoiceeIdentifierInvoice. appendNewInvoiceeIdentifier()Creates an InvoiceeIdentifier object and appends it to the list obtainable by a call to getInvoice.getInvoiceeIdentifiers()InvoiceeIdentifierInvoiceeIdentifier. 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()
-