Hi all, i want to have a common super class for some of my data objects. this will contain common info like id, createdBy, createdDate, modifiedBy, modifiedDate etc.
Abator does give a option called 'rootClass' in which u can specify this. But Abator creates new setter and getter instead of just using hte super classes's methods. is there a way by which we can tell Abator to use the super's methods when it is present in the super. regards Ashok
