出典:Wiktionary
出典:『Wiktionary』 (2026/05/17 20:54 UTC 版)
BaseBean
出典:Wikipedia
出典:『Wikipedia』 (2010/08/29 14:45 UTC 版)
In object-oriented programming, a BaseBean is a utility object from which concrete entities are derived (via subclassing). Proper design suggests that the inherited functionality should be provided via delegation instead. The BaseBean is an example of an anti-pattern (where the "Bean" part of the name comes from the standard Java naming convention for a generic entity object, or JavaBean).