Hi… in my auto generated getter methods i want to do the folloing sthings
1) Check wether the data type of the field is String?
2) If NO return the valuse as it is
3) If YES… i want return an empty string if the field is null.
4) Also if the field value is a series of spaces (Eg: ” “) i want to trim the string and send only empty string…..
Anybody has the solution?