
You can create the bean's business methods when you create the enterprise bean, or later when you develop the bean's business logic. When you create the bean, the SAP NetWeaver Developer Studio generates the default methods, but you can edit them afterwards, and add the additional methods that are required by the logic of your bean.
The Developer Studio provides an editor that allows you to manage the methods easily without having to modify directly the source code. All changes that you make using this procedure automatically lead to the generation of the corresponding changes in the Java source code.
When you create container-managed persistent fields and container-managed relationship fields for container-managed entity beans, the Developer Studio automatically generates the corresponding accessor methods (get and set accessor methods).
The right-hand pane displays the bean properties.
| If You Want To | Then |
|---|---|
|
Create new methods |
|
|
Edit an existing method |
|
|
Edit the generated ejbCreate method |
|