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