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.
 
Constructor Summary
FeatureInfo()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

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.
Constructor Detail

FeatureInfo

public FeatureInfo()
Method Detail

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