Uses of Class
com.fourjs.report.facturx.profiles.extended.BuyerAgent
-
Packages that use BuyerAgent Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of BuyerAgent in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return BuyerAgent Modifier and Type Method Description BuyerAgentInvoice. appendNewBuyerAgent()Creates a BuyerAgent object and appends it to the list obtainable by a call to getInvoice.getBuyerAgents()BuyerAgentBuyerAgent. setBuyerAgentContactEmailAddress(String value)BuyerAgentBuyerAgent. setBuyerAgentContactTelephoneNumber(String value)BuyerAgentBuyerAgent. setBuyerAgentDepartmentName(String value)BuyerAgentBuyerAgent. setBuyerAgentPersonName(String value)BuyerAgentBuyerAgent. setBuyerAgentTypeCode(ContactTypeCodeContentType value)BuyerAgentBuyerAgent. setFaxNumber(String value)Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type BuyerAgent Modifier and Type Method Description List<BuyerAgent>Invoice. getBuyerAgents()Returns a list of BuyerAgent objects previously created by calls toInvoice.appendNewBuyerAgent()
-