Non-ATP inventory information model diagram description
This diagram illustrates the relationship between the BaseItem Enterprise Java bean and the following objects:
- StoreEntity
- The StoreEntity Enterprise Java bean has one owner, Member Enterprise Java bean.
- FulfillmentCenter
- The FulfillmentCenter Enterprise Java bean has one owner, which is Member Enterprise Java bean.
- Inventory
- The Inventory Enterprise Java bean has a composite association to Store Enterprise Java bean. Inventory Enterprise Java bean is associated with one and only one FulfillmentCenter Enterprise Java bean and with one and only one CatalogEntry Enterprise Java bean.
- BaseItem
- The BaseItem Enterprise Java bean has one owner, Member Enterprise Java bean.
- ItemSpecification
- The ItemSpecification Enterprise Java bean has a composite association to BaseItem Enterprise Java bean.
- Item
- The Item Enterprise Java bean is associated with zero or one ItemSpecification Enterprise Java beans. Additionally, Item Enterprise Java bean, along with Product Enterprise Java bean, is associated with CatalogEntry Enterprise Java bean.
- Product
- The Product Enterprise Java bean is associated with zero or one BaseItem Enterprise Java beans.
- CatalogEntry
- The CatalogEntry Enterprise Java bean is associated with StoreEntity Java bean.
- Store
- The Store Enterprise Java bean is associated with zero or one default Fulfillment Centers, which is FulfillmentCenter Enterprise Java bean. Additionally, Store Enterprise Java bean is associated with StoreEntity Enterprise Java bean.