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