org.apache.qpid.management.domain.model
Class QpidFeature

java.lang.Object
  extended by org.apache.qpid.management.domain.model.QpidFeature
Direct Known Subclasses:
QpidAttribute, QpidMethod

abstract class QpidFeature
extends Object

Layer Supertype for all qpid management features.


Field Summary
protected  String _description
          The description of the feature.
protected  String _name
          The name of the feature.
 
Constructor Summary
QpidFeature()
           
 
Method Summary
(package private)  String getDescription()
          Returns the description of this feature.
 String getName()
          Returns the name of the feature.
(package private)  void setDescription(String description)
          Sets the description for this feature.
(package private)  void setName(String name)
          Sets the name for this feature.
 String toString()
          Returns the name of the feature.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_name

protected String _name
The name of the feature.


_description

protected String _description
The description of the feature.

Constructor Detail

QpidFeature

QpidFeature()
Method Detail

getDescription

String getDescription()
Returns the description of this feature.

Returns:
the description of this feature.

setDescription

void setDescription(String description)
Sets the description for this feature.

Parameters:
description - the description for this feature.

getName

public String getName()
Returns the name of the feature.

Returns:
the name of the feature.

setName

void setName(String name)
Sets the name for this feature.

Parameters:
name - the name of this feature.

toString

public String toString()
Returns the name of the feature.

Overrides:
toString in class Object
Returns:
the name of the feature.


Licensed to the Apache Software Foundation