public abstract class AbstractBean extends Object implements Serializable
Abstract class that provides a description property
that is populated from the clay configuration file
when design time tool support is enabled.
| Constructor and Description |
|---|
AbstractBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the
description of the bean. |
void |
setDescription(String description)
Sets the
description of the bean. |
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.