Package rma.util

Class KeyValuePair

java.lang.Object
rma.util.KeyValuePair

public class KeyValuePair extends Object
  • Constructor Details

    • KeyValuePair

      public KeyValuePair()
    • KeyValuePair

      public KeyValuePair(String key, String value)
  • Method Details

    • setKey

      public void setKey(String key)
    • getKey

      public String getKey()
    • setValue

      public void setValue(String value)
    • getValue

      public String getValue()