public java.lang.String getFunds() {
   if (outputProps != null) return (outputProps.getFunds());
   else return (inputProps.getFunds());
 }