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