Uses of Class
com.fourjs.report.facturx.profiles.en16931.ItemAttributes
-
Packages that use ItemAttributes Package Description com.fourjs.report.facturx.profiles.en16931 -
-
Uses of ItemAttributes in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return ItemAttributes Modifier and Type Method Description ItemAttributes
InvoiceLine. appendNewItemAttributes()
Creates an ItemAttributes object and appends it to the list obtainable by a call to getInvoiceLine.getItemAttributes()
ItemAttributes
ItemAttributes. setItemAttributeName(String value)
ItemAttributes
ItemAttributes. setItemAttributeValue(String value)
Methods in com.fourjs.report.facturx.profiles.en16931 that return types with arguments of type ItemAttributes Modifier and Type Method Description List<ItemAttributes>
InvoiceLine. getItemAttributes()
Returns a list of ItemAttributes objects previously created by calls toInvoiceLine.appendNewItemAttributes()
-