org.opennms.netmgt.model
Class OnmsSecretAttribute
java.lang.Object
org.opennms.netmgt.model.OnmsSecretAttribute
public class OnmsSecretAttribute
- extends Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OnmsSecretAttribute
public OnmsSecretAttribute()
OnmsSecretAttribute
public OnmsSecretAttribute(String id,
String label)
getId
public String getId()
setId
public void setId(String id)
getLabel
public String getLabel()
setLabel
public void setLabel(String label)
Copyright © 2009. All Rights Reserved.