Package com.openfin.desktop
Class PrinterInfo
java.lang.Object
com.openfin.desktop.JsonBean
com.openfin.desktop.PrinterInfo
public class PrinterInfo extends JsonBean
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PrinterInfo(org.json.JSONObject json)
-
Method Summary
Modifier and Type Method Description java.lang.String
getDisplayname()
java.lang.String
getName()
boolean
isDefault()
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
-
Constructor Details
-
PrinterInfo
public PrinterInfo(org.json.JSONObject json)
-
-
Method Details
-
isDefault
public boolean isDefault() -
getName
public java.lang.String getName() -
getDisplayname
public java.lang.String getDisplayname()
-