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