Screenshot showing the classes generated for a typical CMP entity bean with local-type interfaces, as displayed in the Filesystems pane of the IDE's Explorer window. This bean has a logical node, a bean class node, a local interface node, and a local home interface node. Notice how the wizard names the bean's interfaces. The logical node is labeled Bean Name (EJB). The bean class node is labeled Bean Name Bean. The local interface is labeled Local Bean Name. The local home interface is labeled Local Bean Name Home. Also notice that objects in the Explorer window are sorted alphabetically. Therefore, if you have more than one entity bean in a Java package, the bean's nodes might be intersorted with the nodes of other beans.