com.funambol.storage
Class StringKeyValuePair

java.lang.Object
  extended by com.funambol.storage.StringKeyValuePair

public class StringKeyValuePair
extends java.lang.Object

Represents a Key Value pair used by the StringKeyValueStore implementations


Constructor Summary
StringKeyValuePair()
           
StringKeyValuePair(java.lang.String key, java.lang.String value)
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.String getValue()
           
 void setKey(java.lang.String key)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringKeyValuePair

public StringKeyValuePair()

StringKeyValuePair

public StringKeyValuePair(java.lang.String key,
                          java.lang.String value)
Method Detail

setKey

public void setKey(java.lang.String key)

setValue

public void setValue(java.lang.String value)

getKey

public java.lang.String getKey()

getValue

public java.lang.String getValue()


Copyright © 2001-2009 Funambol.