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