public FewosByRegion mapRow(ResultSet rs, int rowInt) throws SQLException
{
FewosByRegion fewosByRegion = new FewosByRegion();
fewosByRegion.setGenferseegebiet(rs.getString(1));
fewosByRegion.setTotalRecordsG(rs.getInt(2));
return fewosByRegion;
}
public PieChartModel getPieModel()
{
this.pieModel.getData().put(FewosByRegion.setGenferseegebiet(null));
this.pieModel.getData().put("RegionName", 010);
}