Uses of Class
com.fourjs.report.facturx.profiles.extended.ItemAttributes
-
Packages that use ItemAttributes Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of ItemAttributes in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended 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)
ItemAttributes
ItemAttributes. setMeasurementUnit(Codes.UnitOfMeasure value)
ItemAttributes
ItemAttributes. setTypeCode(String value)
ItemAttributes
ItemAttributes. setValueMeasure(String value)
Methods in com.fourjs.report.facturx.profiles.extended 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()
-