See: Description
| Interface | Description |
|---|---|
| IBean |
A general interface for bean support.
|
| IPropertyChangeProvider |
An interface telling that the object informs about property changes.
|
| NamedObject |
A BO having a name.
|
| Class | Description |
|---|---|
| AbstractBean |
Abstract support for beans.
|
| BeanSupport |
Support Bean property actions.
|
| Annotation Type | Description |
|---|---|
| NoCopy |
Annotation of properties that are not allowed to be copied in
IBean.copyTo(Object). |
The package defines the appropriate interface, an abstract implementation that any bean can derive from and a utility class to work with such objects.
Copyright © 2014. All rights reserved.