org.ektorp
Class DesignDocInfo

java.lang.Object
  extended by org.ektorp.support.CouchDbDocument
      extended by org.ektorp.support.OpenCouchDbDocument
          extended by org.ektorp.DesignDocInfo
All Implemented Interfaces:
Serializable

public class DesignDocInfo
extends OpenCouchDbDocument

Author:
EronenP
See Also:
Serialized Form

Nested Class Summary
static class DesignDocInfo.ViewIndex
           
 
Constructor Summary
DesignDocInfo()
           
 
Method Summary
 String getName()
           
 DesignDocInfo.ViewIndex getViewIndex()
           
 
Methods inherited from class org.ektorp.support.OpenCouchDbDocument
getAnonymous, setAnonymous
 
Methods inherited from class org.ektorp.support.CouchDbDocument
addInlineAttachment, getAttachments, getConflicts, getId, getRevision, getRevisions, hasConflict, isNew, removeAttachment, setId, setRevision
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesignDocInfo

public DesignDocInfo()
Method Detail

getName

public String getName()

getViewIndex

public DesignDocInfo.ViewIndex getViewIndex()


Copyright © 2011. All Rights Reserved.