|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.management.domain.model.QpidFeature
abstract class QpidFeature
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 |
---|
protected String _name
protected String _description
Constructor Detail |
---|
QpidFeature()
Method Detail |
---|
String getDescription()
void setDescription(String description)
description
- the description for this feature.public String getName()
void setName(String name)
name
- the name of this feature.public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |