Exemplo n.º 1
0
 public void resetBy(File another) {
   super.resetBy(another);
   setId(another.getId());
   setDir(another.getDir());
   setName(another.getName());
   setSize(another.getSize());
   setProductionId(another.getProductionId());
 }