Package 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.
-
-
Constructor Summary
Constructors Constructor Description OnmsSecretAttribute()
Constructor for OnmsSecretAttribute.OnmsSecretAttribute(String id, String label)
Constructor for OnmsSecretAttribute.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
getIdString
getLabel()
getLabelvoid
setId(String id)
setIdvoid
setLabel(String label)
setLabel
-