Uses of Class
com.fourjs.report.facturx.profiles.extended.SellerIdentifier
-
Packages that use SellerIdentifier Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of SellerIdentifier in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return SellerIdentifier Modifier and Type Method Description SellerIdentifier
Invoice. appendNewSellerIdentifier()
Creates a SellerIdentifier object and appends it to the list obtainable by a call to getInvoice.getSellerIdentifiers()
SellerIdentifier
SellerIdentifier. setSellerIdentifier(Identifier value)
Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type SellerIdentifier Modifier and Type Method Description List<SellerIdentifier>
Invoice. getSellerIdentifiers()
Returns a list of SellerIdentifier objects previously created by calls toInvoice.appendNewSellerIdentifier()
-