Package com.openfin.desktop.interop
Class ContextGroupInfo
- java.lang.Object
-
- com.openfin.desktop.JsonBean
-
- com.openfin.desktop.interop.ContextGroupInfo
-
public class ContextGroupInfo extends JsonBean
-
-
Constructor Summary
Constructors Constructor Description ContextGroupInfo()ContextGroupInfo(org.json.JSONObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DisplayMetadatagetDisplayMetadata()java.lang.StringgetId()voidsetDisplayMetadata(DisplayMetadata displayMetadata)voidsetId(java.lang.String id)-
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
-
-
-
-
Method Detail
-
getId
public java.lang.String getId()
-
setId
public void setId(java.lang.String id)
-
getDisplayMetadata
public DisplayMetadata getDisplayMetadata()
-
setDisplayMetadata
public void setDisplayMetadata(DisplayMetadata displayMetadata)
-
-