Class ColumnJSONObject

java.lang.Object
org.json.JSONObject
com.onenetwork.platform.integ.rest.json.ColumnJSONObject

public class ColumnJSONObject
extends org.json.JSONObject
A JSONObject used by reports to describe a column in the report's table
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String COMPUTED  
    static java.lang.String DATA_INDEX  
    static java.lang.String FORMAT  
    static java.lang.String HEADER  
    static java.lang.String HIDDEN  
    static java.lang.String ID  
    static java.lang.String LOCKED  
    static java.lang.String MAX_WIDTH  
    static java.lang.String SORTABLE  
    static java.lang.String TOOLTIP  
    static java.lang.String WIDTH  
    static java.lang.String XTYPE  

    Fields inherited from class org.json.JSONObject

    NULL
  • Constructor Summary

    Constructors 
    Constructor Description
    ColumnJSONObject()  
    ColumnJSONObject​(java.lang.String json)  
    ColumnJSONObject​(org.json.JSONObject jsonObject)  
  • Method Summary

    Modifier and Type Method Description
    org.json.JSONObject getComputed()  
    java.lang.String getDataIndex()  
    java.lang.String getFormat()  
    java.lang.String getHeader()  
    boolean getHidden()  
    java.lang.String getId()  
    boolean getLocked()  
    java.lang.Integer getMaxWidth()  
    java.lang.Integer getWidth()  
    java.lang.String getXtype()  
    boolean hasWidth()  
    boolean isComputed()  
    boolean isSetSortable()  
    boolean isSortable()  
    void setComputed​(org.json.JSONObject value)  
    void setDataIndex​(java.lang.String dataIndex)  
    void setFormat​(java.lang.String format)  
    void setHeader​(java.lang.String header)  
    void setHidden​(boolean hidden)  
    void setId​(java.lang.String id)  
    void setLocked​(boolean locked)  
    void setMaxWidth​(java.lang.Integer maxWidth)  
    void setSortable​(boolean value)  
    void setTooltip​(java.lang.String value)  
    void setWidth​(java.lang.Integer width)  
    void setXtype​(java.lang.String xtype)  

    Methods inherited from class org.json.JSONObject

    accumulate, append, asMap, doubleToString, entrySet, get, getBigDecimal, getBigInteger, getBoolean, getDouble, getEnum, getFloat, getInt, getJSONArray, getJSONObject, getLong, getNames, getNames, getNumber, getString, has, increment, isDecimalNotation, isEmpty, isNull, keys, keySet, length, names, numberToString, opt, optBigDecimal, optBigInteger, optBoolean, optBoolean, optDouble, optDouble, optEnum, optEnum, optFloat, optFloat, optInt, optInt, optJSONArray, optJSONObject, optLong, optLong, optNumber, optNumber, optQuery, optQuery, optString, optString, put, put, put, put, put, put, put, put, putOnce, putOpt, query, query, quote, quote, remove, similar, stringToNumber, stringToValue, testValidity, toJSONArray, toMap, toString, toString, valueToString, wrap, write, write

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait