Interface IDLabel

All Superinterfaces:
Serializable
All Known Implementing Classes:
IDLabelImpl

public interface IDLabel extends Serializable
The Interface IDLabel.
  • Method Details

    • getKey

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

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

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

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