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 BuyerAgent
Invoice. appendNewBuyerAgent()
Creates a BuyerAgent object and appends it to the list obtainable by a call to getInvoice.getBuyerAgents()
BuyerAgent
BuyerAgent. setBuyerAgentContactEmailAddress(String value)
BuyerAgent
BuyerAgent. setBuyerAgentContactTelephoneNumber(String value)
BuyerAgent
BuyerAgent. setBuyerAgentDepartmentName(String value)
BuyerAgent
BuyerAgent. setBuyerAgentPersonName(String value)
BuyerAgent
BuyerAgent. setBuyerAgentTypeCode(ContactTypeCodeContentType value)
BuyerAgent
BuyerAgent. 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()
-