org.ektorp.support
Class DesignDocument.View

java.lang.Object
  extended by org.ektorp.support.DesignDocument.View
Enclosing class:
DesignDocument

public static class DesignDocument.View
extends Object

Definition of a view in a design document.

Author:
henrik lundgren

Constructor Summary
DesignDocument.View()
           
DesignDocument.View(String map)
           
DesignDocument.View(String map, String reduce)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getMap()
           
 String getReduce()
           
 int hashCode()
           
static DesignDocument.View of(View v)
           
 void setMap(String map)
           
 void setReduce(String reduce)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesignDocument.View

public DesignDocument.View()

DesignDocument.View

public DesignDocument.View(String map)

DesignDocument.View

public DesignDocument.View(String map,
                           String reduce)
Method Detail

of

public static DesignDocument.View of(View v)

getMap

public String getMap()

setMap

public void setMap(String map)

getReduce

public String getReduce()

setReduce

public void setReduce(String reduce)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2011. All Rights Reserved.