@Entity public class BouwplanVariable extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_EENGEZINS |
static String |
TYPE_MEERGEZINS |
static String |
TYPE_ONBEKEND |
| Constructor and Description |
|---|
BouwplanVariable() |
public static final String TYPE_MEERGEZINS
public static final String TYPE_EENGEZINS
public static final String TYPE_ONBEKEND
public Integer getId()
public void setId(Integer id)
public Boolean getGerealiseerdesloop()
public void setGerealiseerdesloop(Boolean gerealiseerdesloop)
public Bouwplan getBouwplan()
public void setBouwplan(Bouwplan bouwplan)
public Integer getYear()
public void setYear(Integer year)
public Integer getGepland()
public void setGepland(Integer gepland)
public Boolean getGerealiseerd()
public void setGerealiseerd(Boolean gerealiseerd)
public Integer getSloop()
public void setSloop(Integer sloop)
public String getType()
public void setType(String type)
public Integer getKoop1()
public void setKoop1(Integer koop1)
public Integer getKoop2()
public void setKoop2(Integer koop2)
public Integer getKoop3()
public void setKoop3(Integer koop3)
public Integer getKoop4()
public void setKoop4(Integer koop4)
public Integer getKooponb()
public void setKooponb(Integer kooponb)
public Integer getHuur1()
public void setHuur1(Integer huur1)
public Integer getHuur2()
public void setHuur2(Integer huur2)
public Integer getHuur3()
public void setHuur3(Integer huur3)
public Integer getHuur4()
public void setHuur4(Integer huur4)
public Integer getHuuronb()
public void setHuuronb(Integer huuronb)
public Integer getOnbekend()
public void setOnbekend(Integer onbekend)
public Boolean getAfgeleidedata()
public void setAfgeleidedata(Boolean afgeleidedata)
public org.json.JSONObject toJSON()
throws org.json.JSONException
org.json.JSONExceptionpublic Map toPrintMap() throws org.json.JSONException
org.json.JSONExceptionpublic static BouwplanVariable fromJSON(org.json.JSONObject json) throws org.json.JSONException
org.json.JSONExceptionCopyright © 2017. All rights reserved.