org.ektorp.support
Class DesignDocument.View
java.lang.Object
org.ektorp.support.DesignDocument.View
- Enclosing class:
- DesignDocument
public static class DesignDocument.View
- extends java.lang.Object
Definition of a view in a design document.
- Author:
- henrik lundgren
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
DesignDocument.View
public DesignDocument.View()
DesignDocument.View
public DesignDocument.View(java.lang.String map)
DesignDocument.View
public DesignDocument.View(java.lang.String map,
java.lang.String reduce)
of
public static DesignDocument.View of(View v)
getMap
public java.lang.String getMap()
setMap
public void setMap(java.lang.String map)
getReduce
public java.lang.String getReduce()
setReduce
public void setReduce(java.lang.String reduce)
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2010. All Rights Reserved.