Uses of Class
com.fourjs.report.facturx.profiles.extended.Seller
-
Packages that use Seller Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of Seller in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Seller Modifier and Type Method Description Seller
Invoice. appendNewSeller()
Creates a Seller object and appends it to the list obtainable by a call to getInvoice.getSellers()
Seller
Seller. setSellerContactEmailAddress(String value)
Seller
Seller. setSellerContactTelephoneNumber(String value)
Seller
Seller. setSellerDepartmentName(String value)
Seller
Seller. setSellerFaxNumber(String value)
Seller
Seller. setSellerPersonName(String value)
Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type Seller Modifier and Type Method Description List<Seller>
Invoice. getSellers()
Returns a list of Seller objects previously created by calls toInvoice.appendNewSeller()
-