Hemu Koru

Greenhorn
+ Follow
since Dec 27, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Hemu Koru

Hi,

I have eclipse installed on my machine, how do i generate get, set methods automatically for a class/interface, just by giving the names of the methods, their return types, and arguments. I have about 50 fields in mysql database and I want to generate a class matching the fields of the mysql database. It takes me hours to code this class manually.

Thanks