-
Field Summary
Fields inherited from class com.openfin.desktop.JsonBean
json
-
Constructor Summary
Constructors
Constructor |
Description |
Context() |
|
Context(org.json.JSONObject json) |
|
-
Method Summary
Modifier and Type |
Method |
Description |
org.json.JSONObject |
getId() |
|
java.lang.String |
getName() |
|
java.lang.String |
getType() |
|
void |
setId(org.json.JSONObject id) |
|
void |
setName(java.lang.String name) |
|
void |
setType(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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
-
public Context(org.json.JSONObject json)
-
Method Details
-
public void setId(org.json.JSONObject id)
-
public org.json.JSONObject getId()
-
public void setName(java.lang.String name)
-
public java.lang.String getName()
-
public void setType(java.lang.String type)
-
public java.lang.String getType()