- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
List<String> el=parseList();
Theme th=new Theme(id);
th.setScore=Integer.parseInt(el.get(1));
th.setComments=Integer.parseInt(el.get(2));
th.setAuthor=el.get(3);
th.setVisitors=Integer.parseInt(el.get(4));
th.setVisitorsLastWeek=Integer.parseInt(el.get(5));
th.eMail=el.get(5);
return th;