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