此内容没有您所选择的语言版本。
4.5. Javabean Conditions
The Javabean Cartridge sets the following conditions to Java beans:
- There is a public no-argument constructor.
- There are public property setter methods. These do not need to follow any specific name formats, but it would be better if they do follow those for the standard property setter method names.
- You cannot set Java bean properties directly.