Uses of Class
com.fourjs.report.facturx.profiles.extended.SalesAgent
-
Packages that use SalesAgent Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of SalesAgent in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return SalesAgent Modifier and Type Method Description SalesAgent
Invoice. appendNewSalesAgent()
Creates a SalesAgent object and appends it to the list obtainable by a call to getInvoice.getSalesAgents()
SalesAgent
SalesAgent. setFaxNumber(String value)
SalesAgent
SalesAgent. setSalesAgentContactEmailAddress(String value)
SalesAgent
SalesAgent. setSalesAgentContactTelephoneNumber(String value)
SalesAgent
SalesAgent. setSalesAgentDepartmentName(String value)
SalesAgent
SalesAgent. setSalesAgentPersonName(String value)
SalesAgent
SalesAgent. setSalesAgentTypeCode(ContactTypeCodeContentType value)
Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type SalesAgent Modifier and Type Method Description List<SalesAgent>
Invoice. getSalesAgents()
Returns a list of SalesAgent objects previously created by calls toInvoice.appendNewSalesAgent()
-