Class 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 Detail

      • OnmsSecretAttribute

        public OnmsSecretAttribute()

        Constructor for OnmsSecretAttribute.

      • OnmsSecretAttribute

        public OnmsSecretAttribute​(String id,
                                   String label)

        Constructor for OnmsSecretAttribute.

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

      • getId

        public String getId()

        getId

        Returns:
        a String object.
      • setId

        public void setId​(String id)

        setId

        Parameters:
        id - a String object.
      • getLabel

        public String getLabel()

        getLabel

        Returns:
        a String object.
      • setLabel

        public void setLabel​(String label)

        setLabel

        Parameters:
        label - a String object.