Class OnmsSecretAttribute


  • public class OnmsSecretAttribute
    extends java.lang.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​(java.lang.String id, java.lang.String label)
      Constructor for OnmsSecretAttribute.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      getId
      java.lang.String getLabel()
      getLabel
      void setId​(java.lang.String id)
      setId
      void setLabel​(java.lang.String label)
      setLabel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OnmsSecretAttribute

        public OnmsSecretAttribute()

        Constructor for OnmsSecretAttribute.

      • OnmsSecretAttribute

        public OnmsSecretAttribute​(java.lang.String id,
                                   java.lang.String label)

        Constructor for OnmsSecretAttribute.

        Parameters:
        id - a String object.
        label - a String object.
    • Method Detail

      • getId

        public java.lang.String getId()

        getId

        Returns:
        a String object.
      • setId

        public void setId​(java.lang.String id)

        setId

        Parameters:
        id - a String object.
      • getLabel

        public java.lang.String getLabel()

        getLabel

        Returns:
        a String object.
      • setLabel

        public void setLabel​(java.lang.String label)

        setLabel

        Parameters:
        label - a String object.