Uses of Class
com.fourjs.report.facturx.profiles.basicwl.DeliverToIdentifier
-
Packages that use DeliverToIdentifier Package Description com.fourjs.report.facturx.profiles.basicwl -
-
Uses of DeliverToIdentifier in com.fourjs.report.facturx.profiles.basicwl
Methods in com.fourjs.report.facturx.profiles.basicwl 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.basicwl 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()
-