Class IDLabelImpl

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

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

      Constructors 
      Constructor Description
      IDLabelImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()
      Gets the key.
      java.lang.String getValue()
      Gets the value.
      void setKey​(java.lang.String key)
      Sets the key.
      void setValue​(java.lang.String value)
      Sets the value.
      • Methods inherited from class java.lang.Object

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

      • IDLabelImpl

        public IDLabelImpl()
    • Method Detail

      • getKey

        public java.lang.String getKey()
        Description copied from interface: IDLabel
        Gets the key.
        Specified by:
        getKey in interface IDLabel
        Returns:
        the key
      • setKey

        public void setKey​(java.lang.String key)
        Description copied from interface: IDLabel
        Sets the key.
        Specified by:
        setKey in interface IDLabel
        Parameters:
        key - the key to set
      • getValue

        public java.lang.String getValue()
        Description copied from interface: IDLabel
        Gets the value.
        Specified by:
        getValue in interface IDLabel
        Returns:
        the value
      • setValue

        public void setValue​(java.lang.String value)
        Description copied from interface: IDLabel
        Sets the value.
        Specified by:
        setValue in interface IDLabel
        Parameters:
        value - the value to set