Beispiel #1
0
 @PostConstruct
 private void init() {
   this.json = controllerBean.getJson();
   authorClicked = new Author("fake name");
   authorClicked.setYearFirstCollab(0);
   authorClicked.setYearLastCollab(3000);
   authorClicked.setTimesMentioned(888);
 }