Class KeyValuePair

java.lang.Object
org.sonews.storage.impl.hibernate.couchdb.KeyValuePair

public class KeyValuePair extends Object
Author:
clins
  • Constructor Details

    • KeyValuePair

      public KeyValuePair()
  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)