com.stackmob.sdkapi
Class SMGreaterOrEqual

java.lang.Object
  extended by com.stackmob.sdkapi.SMCondition
      extended by com.stackmob.sdkapi.SMGreaterOrEqual

public class SMGreaterOrEqual
extends SMCondition

A "greater than or equal to" query


Constructor Summary
SMGreaterOrEqual(String field, SMValue value)
           
 
Method Summary
 String getField()
           
 SMValue getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SMGreaterOrEqual

public SMGreaterOrEqual(String field,
                        SMValue value)
Method Detail

getField

public String getField()

getValue

public SMValue getValue()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 StackMob. All Rights Reserved.