public void setBoolean(Object obj, boolean z)
     throws IllegalArgumentException, IllegalAccessException {
   substance.setBoolean(obj, z);
 }