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