JeeWiz Home  
The Model-Driven System Builder

JeeWiz Architect's Guide
 
Contents  >   14.  'Business Object' Reference
 


14.11 Bean Object

DescriptionThis 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'
 14.11.2  Property 'beanClass'

14.11.1  Property 'name'
Aliasid
DescriptionThis is the name of the bean, for reference from elsewhere. In JeeWiz, the 'id' and 'name' properties are synonymous.
TypeString

14.11.2  Property 'beanClass'
DescriptionThis 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).
TypeString
 


Copyright (c) 2001-2008 New Technology/enterprise Ltd.