|
|
|
The Model-Driven System Builder
|
|
JeeWiz Architect's Guide
|
|
|
|
Contents >
14. 'Business Object' Reference
|
|
|
14.11 Bean Object
| Description | This represents and instance of a Bean, and is shameless copy of Spring's .
|
Contained Lists |
| 1 |
| Name | property |
| Type | property |
| GenerateAllList | false |
|
|
Inherited properties |
| description |
(base property)
| |
| template |
(base property)
| |
| text |
(base property)
| |
| jwpattern |
(base property)
| |
|
14.11.1 Property 'name'
|
| Alias | id |
| Description | This is the name of the bean, for reference from elsewhere. In JeeWiz, the 'id' and 'name' properties are synonymous.
|
| Type | String |
14.11.2 Property 'beanClass'
|
| Description | This is the class of the bean. Because of the conflict with Object.getClass(), you can set this using 'class', but you must access it using 'classString'. This can be either the fully-qualified name of the bean class, or just the (unqualified) class name. In Eclipse modelling, it can also be specified by 'beanClass' - an object reference to a JavaBean definition. Some definition of the class is required (even though in the meta-model, we do not make the 'class' property required).
|
| Type | String |
Copyright (c) 2001-2008 New Technology/enterprise Ltd.
| |