org.ektorp
Class ViewResult.Row

java.lang.Object
  extended by org.ektorp.ViewResult.Row
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ViewResult

public static class ViewResult.Row
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ViewResult.Row(java.lang.String id, java.lang.String key, java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getId()
           
 java.lang.String getKey()
           
 java.lang.String getValue()
           
 int getValueAsInt()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewResult.Row

public ViewResult.Row(java.lang.String id,
                      java.lang.String key,
                      java.lang.String value)
Method Detail

getId

public java.lang.String getId()

getKey

public java.lang.String getKey()

getValue

public java.lang.String getValue()

getValueAsInt

public int getValueAsInt()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2010. All Rights Reserved.