This problem has been seen in b98 of Mustang.
Experimenting with EOD DataSets I have not been able to get the setter methods in the "data class" called, as should be possible with the JavaBean style. The names of the getters and setters match the column names of the SQL table. As long as the variables names in the data class match the column names of the SQL table, everything seems to work, but when the variable names don't match (but the getters/setters do) nothing works.
Experimenting with EOD DataSets I have not been able to get the setter methods in the "data class" called, as should be possible with the JavaBean style. The names of the getters and setters match the column names of the SQL table. As long as the variables names in the data class match the column names of the SQL table, everything seems to work, but when the variable names don't match (but the getters/setters do) nothing works.