org.apache.commons.modeler
Class FeatureInfo
java.lang.Object
|
+--org.apache.commons.modeler.FeatureInfo
- Direct Known Subclasses:
- AttributeInfo, ConstructorInfo, NotificationInfo, OperationInfo, ParameterInfo
- public class FeatureInfo
- extends java.lang.Object
Convenience base class for AttributeInfo
,
ConstructorInfo
, and OperationInfo
classes
that will be used to collect configuration information for the
ModelMBean
beans exposed for management.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2002/04/30 20:58:51 $
- Author:
- Craig R. McClanahan
Field Summary |
protected java.lang.String |
description
The human-readable description of this feature. |
protected java.lang.String |
name
The name of this feature, which must be unique among features in the
same collection. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
description
protected java.lang.String description
- The human-readable description of this feature.
name
protected java.lang.String name
- The name of this feature, which must be unique among features in the
same collection.
FeatureInfo
public FeatureInfo()
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
Copyright (c) 2001-2002 - Apache Software Foundation