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 ItemAttributesInvoiceLine. appendNewItemAttributes()Creates an ItemAttributes object and appends it to the list obtainable by a call to getInvoiceLine.getItemAttributes()ItemAttributesItemAttributes. setItemAttributeName(String value)ItemAttributesItemAttributes. setItemAttributeValue(String value)ItemAttributesItemAttributes. setMeasurementUnit(Codes.UnitOfMeasure value)ItemAttributesItemAttributes. setTypeCode(String value)ItemAttributesItemAttributes. 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()
-