Use this dialog box to select methods to be included in a transfer object for an entity bean.
| Item | Tooltip | Description |
|---|---|---|
| Use this button to have methods sorted in the ascending or in the descending order. | |
|
| Show Classes | If a bean refers to ancestor classes, clicking this button reveals these
classes and their members. Otherwise, the button is not available.
This functionality depends on the EJB specification. |
| Expand All | Click this button to have all nodes expanded. |
| Collapse All | Click this button to have all nodes collapsed. |
| List of members in the entity bean in question | From the list, select the desired methods. Use the ^ and ⇧ keys for multiple selection. | |
| Transfer object class name | In this field, specify a name for a transfer object class that matches a certain pattern. Accept the name suggested by IntelliJ IDEA or change it as required. | |
| Generate getter/setter in <class name> interface | Select these check boxes to have accessor methods for the selected fields generated. You can accept the suggested names of the accessor methods or change them as required. | |
| Copy JavaDoc | Select this check box to have a JavaDoc comment to the generated transfer object included, if any. | |