com.stackmob.sdkapi
Class SMObject

java.lang.Object
  extended by com.stackmob.sdkapi.SMValue<Map<String,SMValue>>
      extended by com.stackmob.sdkapi.SMObject

public class SMObject
extends SMValue<Map<String,SMValue>>

An SMValue representing an object stored, or to be stored, in the StackMob Datastore


Field Summary
 
Fields inherited from class com.stackmob.sdkapi.SMValue
value
 
Constructor Summary
SMObject(Map<String,SMValue> value)
          Create a new SMObject
 
Method Summary
 
Methods inherited from class com.stackmob.sdkapi.SMValue
asA, equals, getValue, hashCode, isA, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SMObject

public SMObject(Map<String,SMValue> value)
Create a new SMObject

Parameters:
value - the Map of object fields to their values


Copyright © 2012 StackMob. All Rights Reserved.