Package com.openfin.desktop.interop
Class Context
- java.lang.Object
-
- com.openfin.desktop.JsonBean
-
- com.openfin.desktop.interop.Context
-
public class Context extends JsonBean
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.json.JSONObjectgetId()java.lang.StringgetName()java.lang.StringgetType()voidsetId(org.json.JSONObject id)voidsetName(java.lang.String name)voidsetType(java.lang.String type)-
Methods inherited from class com.openfin.desktop.JsonBean
get, getArray, getBoolean, getBooleanValue, getBooleanValue, getDoubleValue, getDoubleValue, getInteger, getIntegerValue, getJson, getJsonBean, getJsonBean, getJsonBeanList, getJsonCopy, getJsonValue, getList, getRectangle, getString, put, setArray, setBoolean, setInteger, setJsonArray, setJsonBean, setLong, setRectangle, setString, toString
-
-