Uses of Class
com.fourjs.report.facturx.profiles.extended.LineDeliverToIdentifier
-
Packages that use LineDeliverToIdentifier Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of LineDeliverToIdentifier in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return LineDeliverToIdentifier Modifier and Type Method Description LineDeliverToIdentifier
InvoiceLine. appendNewLineDeliverToIdentifier()
Creates a LineDeliverToIdentifier object and appends it to the list obtainable by a call to getInvoiceLine.getLineDeliverToIdentifiers()
LineDeliverToIdentifier
LineDeliverToIdentifier. setLineDeliverToIdentifier(String value)
Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type LineDeliverToIdentifier Modifier and Type Method Description List<LineDeliverToIdentifier>
InvoiceLine. getLineDeliverToIdentifiers()
Returns a list of LineDeliverToIdentifier objects previously created by calls toInvoiceLine.appendNewLineDeliverToIdentifier()
-