com.stackmob.sdkapi
Class SMLong

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

public class SMLong
extends SMValue<Long>

A Long value


Field Summary
 
Fields inherited from class com.stackmob.sdkapi.SMValue
value
 
Constructor Summary
SMLong(Long value)
          Create a new SMLong
 
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

SMLong

public SMLong(Long value)
Create a new SMLong

Parameters:
value - the Long this SMLong represents


Copyright © 2012 StackMob. All Rights Reserved.