All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jelastic.api.data.po.DBItem Maven / Gradle / Ivy

There is a newer version: 8.12-1
Show newest version
/*Server class MD5: 0e2e7d347cd01bb757dce9c9ae639f8e*/
package com.jelastic.api.data.po;

import org.json.JSONException;
import org.json.JSONObject;

/**
 * @name Jelastic API Client
 * @version 8.11.2
 * @copyright Jelastic, Inc.
 */
public interface DBItem {

    public JSONObject _toJSON() throws JSONException;

    public DBItem _fromJSON(JSONObject json) throws JSONException;

    public String toString();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy