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