Hi all,
I have employee class which I have 100 variables with getters and setters.
now I am passing employee object to processing method. Now I want to read all values in processing method.
Should I want to use getter for all member? Is there any way to achieve this.
pls any one help me