Uses of Class
org.cxml.BlockedQuantity
Packages that use BlockedQuantity
-
Uses of BlockedQuantity in org.cxml
Fields in org.cxml declared as BlockedQuantityModifier and TypeFieldDescriptionprotected BlockedQuantityConsignmentInventory.blockedQuantityprotected BlockedQuantityInventory.blockedQuantityprotected BlockedQuantityQualityInspectionLotStock.blockedQuantityMethods in org.cxml that return BlockedQuantityModifier and TypeMethodDescriptionObjectFactory.createBlockedQuantity()Create an instance ofBlockedQuantityConsignmentInventory.getBlockedQuantity()Gets the value of the blockedQuantity property.Inventory.getBlockedQuantity()Gets the value of the blockedQuantity property.QualityInspectionLotStock.getBlockedQuantity()Gets the value of the blockedQuantity property.Methods in org.cxml with parameters of type BlockedQuantityModifier and TypeMethodDescriptionvoidConsignmentInventory.setBlockedQuantity(BlockedQuantity value) Sets the value of the blockedQuantity property.voidInventory.setBlockedQuantity(BlockedQuantity value) Sets the value of the blockedQuantity property.voidQualityInspectionLotStock.setBlockedQuantity(BlockedQuantity value) Sets the value of the blockedQuantity property.