Interface IDLabel

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    IDLabelImpl

    public interface IDLabel
    extends java.io.Serializable
    The Interface IDLabel.
    • Method Detail

      • getKey

        java.lang.String getKey()
        Gets the key.
        Returns:
        the key
      • setKey

        void setKey​(java.lang.String key)
        Sets the key.
        Parameters:
        key - the key to set
      • getValue

        java.lang.String getValue()
        Gets the value.
        Returns:
        the value
      • setValue

        void setValue​(java.lang.String value)
        Sets the value.
        Parameters:
        value - the value to set