IntelliJ IDEA 2018.2 Help

Select Accessor Fields to Include in Transfer Object

EJB Tool Window | context menu of an entity bean | New | Transfer Object


Use this dialog box to select methods to be included in a transfer object for an entity bean.

Item

Tooltip

Description

sortAlphabetically

Use this button to have methods sorted in the ascending or in the descending order.

icon showClasses

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.

icons actions expandall svg

Expand All

Click this button to have all nodes expanded.

icons actions collapseall svg

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 Ctrl and Shift 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 checkboxes 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 checkbox to have a JavaDoc comment to the generated transfer object included, if any.

Last modified: 20 November 2018

See Also