net.spy.memcached.protocol.couch
Class RowWithDocs

java.lang.Object
  extended by net.spy.memcached.protocol.couch.RowReduced
      extended by net.spy.memcached.protocol.couch.RowNoDocs
          extended by net.spy.memcached.protocol.couch.RowWithDocs

public class RowWithDocs
extends RowNoDocs


Constructor Summary
RowWithDocs(String id, String key, String value, Object doc)
           
 
Method Summary
 Object getDoc()
           
 
Methods inherited from class net.spy.memcached.protocol.couch.RowNoDocs
getId
 
Methods inherited from class net.spy.memcached.protocol.couch.RowReduced
getKey, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowWithDocs

public RowWithDocs(String id,
                   String key,
                   String value,
                   Object doc)
Method Detail

getDoc

public Object getDoc()