Esempio n. 1
0
 public Meeting(Study study) {
   this();
   this.study = study;
   this.maximum = study.getMaximum();
 }