Class TableDataDTO


  • public class TableDataDTO
    extends java.lang.Object
    • Method Detail

      • getRowCount

        public java.lang.Long getRowCount()
      • setRowCount

        public void setRowCount​(java.lang.Long rowCount)
      • setColumns

        public void setColumns​(java.util.List<ColumnInfoDTO> columns)
      • read

        public java.util.List<ColumnInfoDTO> read​(JSONArray columnInfosJsonArray)
                                           throws JSONException
        build the ColumnInfos from the JSONObject.
        Parameters:
        columnInfosJsonArray - input json string containing the catalogInfo
        Throws:
        JSONException - throw if JSONException happens