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 Buyer
Invoice. appendNewBuyer()
Creates a Buyer object and appends it to the list obtainable by a call to getInvoice.getBuyers()
Buyer
Buyer. setBuyerContactEmailAddress(String value)
Buyer
Buyer. setBuyerContactTelephoneNumber(String value)
Buyer
Buyer. setBuyerDepartmentName(String value)
Buyer
Buyer. setBuyerFaxNumber(String value)
Buyer
Buyer. 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()
-