Package com.openfin.desktop
Class PrinterInfo
- java.lang.Object
-
- com.openfin.desktop.JsonBean
-
- com.openfin.desktop.PrinterInfo
-
public class PrinterInfo extends JsonBean
-
-
Constructor Summary
Constructors Constructor Description PrinterInfo(org.json.JSONObject json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDisplayname()java.lang.StringgetName()booleanisDefault()-
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
-
-