}
private IsChild getChild(ResultSet rs, Class child, PropertyDescriptor[] props, int[] columnToProperty, int cols, ResultSetMetaData meta) throws
SQLException {
IsChild bean = (IsChild)super.newInstance(child);
bean = (IsChild) invokeSetter(rs, props, columnToProperty, cols, meta, bean);
return bean;
}