net.spy.memcached.protocol.couch
Class RowNoDocs

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

public class RowNoDocs
extends RowReduced


Constructor Summary
RowNoDocs(String id, String key, String value)
           
 
Method Summary
 String 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

RowNoDocs

public RowNoDocs(String id,
                 String key,
                 String value)
Method Detail

getId

public String getId()