When the property is generated, get
is prepended to the property
name for the getter method and set
is prepended for the setter
method. For boolean properties, the IDE prepends is
to the
property name for the getter method.
return myProperty;
PropertyChangeEvents
for bound properties and
VetoableChangeEvents
for constrained properties. Code to
declare and initialize the property change support object is also generated.
See also | |
---|---|
Creating a Bean
Creating a Bean Event Set Deleting a Property or Event Set Generating BeanInfo |