Class ColumnInfoDTO


  • public class ColumnInfoDTO
    extends java.lang.Object
    • Constructor Detail

      • ColumnInfoDTO

        public ColumnInfoDTO()
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • read

        public void read​(JSONObject columnInfoJson)
                  throws JSONException
        build the ColumnInfo from the JSONObject.
        Parameters:
        columnInfoJson - input json string containing the columnInfo
        Throws:
        JSONException - throw if JSONException happens