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