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