net.spy.memcached.protocol.couch
Class RowReduced

java.lang.Object
  extended by net.spy.memcached.protocol.couch.RowReduced
Direct Known Subclasses:
RowNoDocs

public class RowReduced
extends Object


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

Constructor Detail

RowReduced

public RowReduced(String key,
                  String value)
Method Detail

getKey

public String getKey()

getValue

public String getValue()