Uses of Class
com.fourjs.report.facturx.profiles.extended.ShipFrom
-
Packages that use ShipFrom Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of ShipFrom in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return ShipFrom Modifier and Type Method Description ShipFromInvoice. appendNewShipFrom()Creates a ShipFrom object and appends it to the list obtainable by a call to getInvoice.getShipFroms()ShipFromShipFrom. setFaxNumber(String value)ShipFromShipFrom. setShipFromContactEmailAddress(String value)ShipFromShipFrom. setShipFromContactTelephoneNumber(String value)ShipFromShipFrom. setShipFromDepartmentName(String value)ShipFromShipFrom. setShipFromPersonName(String value)Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type ShipFrom Modifier and Type Method Description List<ShipFrom>Invoice. getShipFroms()Returns a list of ShipFrom objects previously created by calls toInvoice.appendNewShipFrom()
-