@Entity public class Regio extends Object
| Constructor and Description |
|---|
Regio() |
| Modifier and Type | Method and Description |
|---|---|
Set<Gemeente> |
getGemeente() |
int |
getId() |
String |
getNaam() |
Set<Provincie> |
getProvincie() |
com.vividsolutions.jts.geom.Geometry |
getTheGeom() |
void |
setGemeente(Set<Gemeente> gemeente) |
void |
setId(int id) |
void |
setNaam(String naam) |
void |
setProvincie(Set<Provincie> provincie) |
void |
setTheGeom(com.vividsolutions.jts.geom.Geometry theGeom) |
org.json.JSONObject |
toJSON() |
public int getId()
public void setId(int id)
public String getNaam()
public void setNaam(String naam)
public com.vividsolutions.jts.geom.Geometry getTheGeom()
public void setTheGeom(com.vividsolutions.jts.geom.Geometry theGeom)
public org.json.JSONObject toJSON()
throws org.json.JSONException
org.json.JSONExceptionCopyright © 2016. All rights reserved.