public class MasterCarpool extends java.lang.Object implements java.io.Serializable, ModelInterface
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY_CARPOOLS |
static java.lang.String |
KEY_GEOLOCS |
| Constructor and Description |
|---|
MasterCarpool() |
| Modifier and Type | Method and Description |
|---|---|
ModelInterface |
fromJson(org.json.JSONObject obj) |
java.util.ArrayList<CarPool> |
getCarPools() |
java.util.ArrayList<CarPool> |
getRealtimeCarpools() |
void |
setCarPools(java.util.ArrayList<CarPool> carPools) |
void |
setRealtimeCarpools(java.util.ArrayList<CarPool> realtimeCarpools) |
org.json.JSONObject |
toJson() |
public static java.lang.String KEY_CARPOOLS
public static java.lang.String KEY_GEOLOCS
public java.util.ArrayList<CarPool> getCarPools()
public void setCarPools(java.util.ArrayList<CarPool> carPools)
public java.util.ArrayList<CarPool> getRealtimeCarpools()
public void setRealtimeCarpools(java.util.ArrayList<CarPool> realtimeCarpools)
public org.json.JSONObject toJson()
toJson in interface ModelInterfacepublic ModelInterface fromJson(org.json.JSONObject obj)
fromJson in interface ModelInterface