public void setShort(Object obj, short s)
     throws IllegalArgumentException, IllegalAccessException {
   substance.setShort(obj, s);
 }