Exemplo n.º 1
0
 /**
  * Set the list of projections for this manager
  *
  * @param list list of projections
  */
 public void setProjections(List list) {
   projTable.setProjections(list);
 }