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