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 SalesAgentInvoice. appendNewSalesAgent()Creates a SalesAgent object and appends it to the list obtainable by a call to getInvoice.getSalesAgents()SalesAgentSalesAgent. setFaxNumber(String value)SalesAgentSalesAgent. setSalesAgentContactEmailAddress(String value)SalesAgentSalesAgent. setSalesAgentContactTelephoneNumber(String value)SalesAgentSalesAgent. setSalesAgentDepartmentName(String value)SalesAgentSalesAgent. setSalesAgentPersonName(String value)SalesAgentSalesAgent. 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()
-