Uses of Class
com.fourjs.report.facturx.profiles.extended.BuyerIdentifier
-
Packages that use BuyerIdentifier Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of BuyerIdentifier in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended 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.extended 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()
-