Class KeyValue

All Implemented Interfaces:
Serializable

public class KeyValue extends DynamicData
See Also:
  • Field Details

  • Constructor Details

    • KeyValue

      public KeyValue()
  • Method Details

    • getKey

      public String getKey()
    • getValue

      public String getValue()
    • setKey

      public void setKey(String key)
    • setValue

      public void setValue(String value)