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