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