Uses of Class
org.cxml.ItemDetail
Packages that use ItemDetail
-
Uses of ItemDetail in org.cxml
Fields in org.cxml declared as ItemDetailModifier and TypeFieldDescriptionprotected ItemDetailIndexItemAdd.itemDetailprotected ItemDetailItemIn.itemDetailprotected ItemDetailQuoteItemIn.itemDetailprotected ItemDetailQuoteItemOut.itemDetailMethods in org.cxml that return ItemDetailModifier and TypeMethodDescriptionObjectFactory.createItemDetail()Create an instance ofItemDetailIndexItemAdd.getItemDetail()Gets the value of the itemDetail property.ItemIn.getItemDetail()Gets the value of the itemDetail property.QuoteItemIn.getItemDetail()Gets the value of the itemDetail property.QuoteItemOut.getItemDetail()Gets the value of the itemDetail property.Methods in org.cxml with parameters of type ItemDetailModifier and TypeMethodDescriptionvoidIndexItemAdd.setItemDetail(ItemDetail value) Sets the value of the itemDetail property.voidItemIn.setItemDetail(ItemDetail value) Sets the value of the itemDetail property.voidQuoteItemIn.setItemDetail(ItemDetail value) Sets the value of the itemDetail property.voidQuoteItemOut.setItemDetail(ItemDetail value) Sets the value of the itemDetail property.