When the property is generated, get
(or is
for a
boolean) is prepended to the property name for the getter method and
set
is prepended for the setter 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 |