org.apache.shale.clay.config.beans
Class AbstractBean

java.lang.Object
  extended by org.apache.shale.clay.config.beans.AbstractBean
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ComponentBean, SymbolBean

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.

See Also:
Serialized Form

Constructor Summary
AbstractBean()
           
 
Method Summary
 String getDescription()
          Returns the description of the bean.
 void setDescription(String description)
          Sets the description of the bean.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBean

public AbstractBean()
Method Detail

getDescription

public String getDescription()

Returns the description of the bean.

Returns:
description of the config bean

setDescription

public void setDescription(String description)

Sets the description of the bean.

Parameters:
description - of the config bean


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.