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