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