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 UltimateShipToInvoice. appendNewUltimateShipTo()Creates an UltimateShipTo object and appends it to the list obtainable by a call to getInvoice.getUltimateShipTos()UltimateShipToUltimateShipTo. setFaxNumber(String value)UltimateShipToUltimateShipTo. setUltimateShipToContactEmailAddress(String value)UltimateShipToUltimateShipTo. setUltimateShipToContactTelephoneNumber(String value)UltimateShipToUltimateShipTo. setUltimateShipToDepartmentName(String value)UltimateShipToUltimateShipTo. 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()
-