Uses of Class
com.fourjs.report.facturx.profiles.basic.BuyerIdentifier
-
Packages that use BuyerIdentifier Package Description com.fourjs.report.facturx.profiles.basic -
-
Uses of BuyerIdentifier in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic that return BuyerIdentifier Modifier and Type Method Description BuyerIdentifierInvoice. appendNewBuyerIdentifier()Creates a BuyerIdentifier object and appends it to the list obtainable by a call to getInvoice.getBuyerIdentifiers()BuyerIdentifierBuyerIdentifier. setBuyerIdentifier(IdentifierType value)Methods in com.fourjs.report.facturx.profiles.basic 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()
-