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