Uses of Class
com.fourjs.report.facturx.profiles.extended.Buyer
-
Packages that use Buyer Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of Buyer in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Buyer Modifier and Type Method Description BuyerInvoice. appendNewBuyer()Creates a Buyer object and appends it to the list obtainable by a call to getInvoice.getBuyers()BuyerBuyer. setBuyerContactEmailAddress(String value)BuyerBuyer. setBuyerContactTelephoneNumber(String value)BuyerBuyer. setBuyerDepartmentName(String value)BuyerBuyer. setBuyerFaxNumber(String value)BuyerBuyer. setBuyerPersonName(String value)Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type Buyer Modifier and Type Method Description List<Buyer>Invoice. getBuyers()Returns a list of Buyer objects previously created by calls toInvoice.appendNewBuyer()
-