|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.model.OnmsSecretAttribute
public class OnmsSecretAttribute
This is part of the 'secret' project from the 2005 Dev-Jam. It will mostly likely be replaced by or refactored into the new OnmsResource/OnmsAttribute model classes.
| Constructor Summary | |
|---|---|
OnmsSecretAttribute()
Constructor for OnmsSecretAttribute. |
|
OnmsSecretAttribute(String id,
String label)
Constructor for OnmsSecretAttribute. |
|
| Method Summary | |
|---|---|
String |
getId()
getId |
String |
getLabel()
getLabel |
void |
setId(String id)
setId |
void |
setLabel(String label)
setLabel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OnmsSecretAttribute()
Constructor for OnmsSecretAttribute.
public OnmsSecretAttribute(String id,
String label)
Constructor for OnmsSecretAttribute.
id - a String object.label - a String object.| Method Detail |
|---|
public String getId()
getId
String object.public void setId(String id)
setId
id - a String object.public String getLabel()
getLabel
String object.public void setLabel(String label)
setLabel
label - a String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||