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