Uses of Class
com.fourjs.report.facturx.profiles.extended.CountrySubdivision
-
Packages that use CountrySubdivision Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of CountrySubdivision in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return CountrySubdivision Modifier and Type Method Description CountrySubdivision
InvoiceLine. appendNewCountrySubdivision()
Creates a CountrySubdivision object and appends it to the list obtainable by a call to getInvoiceLine.getCountrySubdivisions()
CountrySubdivision
CountrySubdivision. setCountrySubdivision(String value)
Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type CountrySubdivision Modifier and Type Method Description List<CountrySubdivision>
InvoiceLine. getCountrySubdivisions()
Returns a list of CountrySubdivision objects previously created by calls toInvoiceLine.appendNewCountrySubdivision()
-