Uses of Class
org.cxml.ItemID
-
Packages that use ItemID Package Description org.cxml -
-
Uses of ItemID in org.cxml
Fields in org.cxml declared as ItemID Modifier and Type Field Description protected ItemIDContractItem. itemIDprotected ItemIDIndexItemAdd. itemIDprotected ItemIDIndexItemDelete. itemIDprotected ItemIDIndexItemPunchout. itemIDprotected ItemIDItemIn. itemIDprotected ItemIDItemOut. itemIDprotected ItemIDProductActivityDetails. itemIDprotected ItemIDQuoteItemIn. itemIDprotected ItemIDQuoteItemOut. itemIDprotected ItemIDSelectedItem. itemIDMethods in org.cxml that return ItemID Modifier and Type Method Description ItemIDObjectFactory. createItemID()Create an instance ofItemIDItemIDContractItem. getItemID()Gets the value of the itemID property.ItemIDIndexItemAdd. getItemID()Gets the value of the itemID property.ItemIDIndexItemDelete. getItemID()Gets the value of the itemID property.ItemIDIndexItemPunchout. getItemID()Gets the value of the itemID property.ItemIDItemIn. getItemID()Gets the value of the itemID property.ItemIDItemOut. getItemID()Gets the value of the itemID property.ItemIDProductActivityDetails. getItemID()Gets the value of the itemID property.ItemIDQuoteItemIn. getItemID()Gets the value of the itemID property.ItemIDQuoteItemOut. getItemID()Gets the value of the itemID property.ItemIDSelectedItem. getItemID()Gets the value of the itemID property.Methods in org.cxml with parameters of type ItemID Modifier and Type Method Description voidContractItem. setItemID(ItemID value)Sets the value of the itemID property.voidIndexItemAdd. setItemID(ItemID value)Sets the value of the itemID property.voidIndexItemDelete. setItemID(ItemID value)Sets the value of the itemID property.voidIndexItemPunchout. setItemID(ItemID value)Sets the value of the itemID property.voidItemIn. setItemID(ItemID value)Sets the value of the itemID property.voidItemOut. setItemID(ItemID value)Sets the value of the itemID property.voidProductActivityDetails. setItemID(ItemID value)Sets the value of the itemID property.voidQuoteItemIn. setItemID(ItemID value)Sets the value of the itemID property.voidQuoteItemOut. setItemID(ItemID value)Sets the value of the itemID property.voidSelectedItem. setItemID(ItemID value)Sets the value of the itemID property.
-