Class KeyLabelImpl

  • All Implemented Interfaces:
    KeyLabel, java.io.Serializable

    public class KeyLabelImpl
    extends java.lang.Object
    implements KeyLabel, java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyLabelImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()
      Gets the key of this key label pair
      java.lang.String getLabel()
      Gets the label of this key label pair
      void setKey​(java.lang.String key)
      Sets the key of this key label pair
      void setLabel​(java.lang.String label)
      Sets the label of this key label pair
      • Methods inherited from class java.lang.Object

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

      • KeyLabelImpl

        public KeyLabelImpl()
    • Method Detail

      • getKey

        public java.lang.String getKey()
        Description copied from interface: KeyLabel

        Gets the key of this key label pair

        Specified by:
        getKey in interface KeyLabel
        Returns:
        key of this key label pair
      • setKey

        public void setKey​(java.lang.String key)
        Description copied from interface: KeyLabel

        Sets the key of this key label pair

        Specified by:
        setKey in interface KeyLabel
        Parameters:
        key - key of this key label pair
      • getLabel

        public java.lang.String getLabel()
        Description copied from interface: KeyLabel

        Gets the label of this key label pair

        Specified by:
        getLabel in interface KeyLabel
        Returns:
        label of this key label pair
      • setLabel

        public void setLabel​(java.lang.String label)
        Description copied from interface: KeyLabel

        Sets the label of this key label pair

        Specified by:
        setLabel in interface KeyLabel
        Parameters:
        label - label of this key label pair