net.spy.memcached.protocol.couch
Class View

java.lang.Object
  extended by net.spy.memcached.protocol.couch.View

public class View
extends Object


Constructor Summary
protected View(String dn, String ddn, String vn, boolean m, boolean r)
           
 
Method Summary
 String getDatabaseName()
           
 String getDesignDocumentName()
           
 String getURI()
           
 String getViewName()
           
 boolean hasMap()
           
 boolean hasReduce()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

View

protected View(String dn,
               String ddn,
               String vn,
               boolean m,
               boolean r)
Method Detail

getDatabaseName

public String getDatabaseName()

getDesignDocumentName

public String getDesignDocumentName()

getViewName

public String getViewName()

hasMap

public boolean hasMap()

hasReduce

public boolean hasReduce()

getURI

public String getURI()