public void setLong(Object obj, long l) throws IllegalArgumentException, IllegalAccessException {
   substance.setLong(obj, l);
 }