Exemplo n.º 1
0
 public JSONObject toJsonObject() {
   return TreewbsTabJsonFactory.toJsonObject(this);
 }
Exemplo n.º 2
0
 public ObjectNode toObjectNode() {
   return TreewbsTabJsonFactory.toObjectNode(this);
 }
Exemplo n.º 3
0
 public TreewbsTab jsonToObject(JSONObject jsonObject) {
   return TreewbsTabJsonFactory.jsonToObject(jsonObject);
 }