com.stackmob.sdkapi
Class SMInt

java.lang.Object
  extended by com.stackmob.sdkapi.SMValue<Long>
      extended by com.stackmob.sdkapi.SMInt

public class SMInt
extends SMValue<Long>

An Integer (Long) value


Field Summary
 
Fields inherited from class com.stackmob.sdkapi.SMValue
value
 
Constructor Summary
SMInt(Long value)
          Create a new SMInt
 
Method Summary
 
Methods inherited from class com.stackmob.sdkapi.SMValue
equals, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SMInt

public SMInt(Long value)
Create a new SMInt

Parameters:
value - the Long this integer represents


Copyright © 2012 StackMob. All Rights Reserved.