public void setDouble(Object obj, double d)
     throws IllegalArgumentException, IllegalAccessException {
   substance.setDouble(obj, d);
 }