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