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