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 ShipFrom
Invoice. appendNewShipFrom()
Creates a ShipFrom object and appends it to the list obtainable by a call to getInvoice.getShipFroms()
ShipFrom
ShipFrom. setFaxNumber(String value)
ShipFrom
ShipFrom. setShipFromContactEmailAddress(String value)
ShipFrom
ShipFrom. setShipFromContactTelephoneNumber(String value)
ShipFrom
ShipFrom. setShipFromDepartmentName(String value)
ShipFrom
ShipFrom. 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()
-