IndicatorTopics results = new IndicatorTopics ();
List<IndicatorTopic> indicatorTopicList =
new ArrayList <IndicatorTopic> ();
IndicatorTopic indicatorTopic = new IndicatorTopic ();
indicatorTopic.setId(DataPointCountryDAOTest.ID);
indicatorTopic.setValue(DataPointCountryDAOTest.VALUEX);
results.setIndicatorTopicList(indicatorTopicList);
results.setPage(0);
results.setPages(1);