BEA Systems, Inc.

theory.smart.ebusiness.inventory
Class ItemInventoryValue

java.lang.Object
  |
  +--theory.smart.foundation.SmartValue
        |
        +--theory.smart.ebusiness.inventory.ItemInventoryValue

public class ItemInventoryValue
extends SmartValue

The ItemInventory is an optimization for locating inventory records. When Inventory Records are created they are registered with the appropriate Item Inventory so that the can be effeciently located.

See Also:
ItemInventory, ItemInventoryHome, ItemInventory.getItemInventoryByValue(), ItemInventory.setItemInventoryByValue(ItemInventoryValue), Serialized Form

Field Summary
 com.sun.java.util.collections.LinkedList inventoryRecords
           inventoryRecord (List) [ItemInventory] <>------> [theory.smart.ebusiness.inventory.InventoryRecord] 0..*
 java.lang.String itemKey
           itemKey [ItemInventory] <*>------> [String] (Primary Key)
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

itemKey

public java.lang.String itemKey
                  itemKey
 [ItemInventory] <*>------> [String] (Primary Key)

 

inventoryRecords

public com.sun.java.util.collections.LinkedList inventoryRecords
                  inventoryRecord (List)
 [ItemInventory] <>------> [theory.smart.ebusiness.inventory.InventoryRecord] 
                     0..*
 

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved