Screenshot showing an expanded tree view of the Java package BankData and the nodes of its CMP entity bean with local-type interfaces. The bean's name is Customer. Under the package node are the bean's four main nodes: Customer(EJB), which is the logical node; Customer Bean, which is the bean class, LocalCustomer, which is the local interface, and LocalCustomerHome, which is the local home interface. The logical node is expanded. The subnodes are: the Classes node, containing the local interface class, the local home interface class, and the bean class; the Create Methods node, containing no methods yet; the Finder Methods node, containing the default finder method findByPrimaryKey(Integer); the Home Methods node, containing no methods yet; the Select Methods node; containing no methods yet; the Business Methods node, containing no methods yet; and the CMP Fields node, containing each persistent field that you selected.