Just call setter methods of base class from AdministratorData. Ara.
> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:xdoclet-user- > [EMAIL PROTECTED]] On Behalf Of Daniel Bratell > Sent: Friday, April 19, 2002 10:45 AM > To: [EMAIL PROTECTED] > Subject: Re: [Xdoclet-user] Inheritance Problem in generating DataObject > > At 16:03 2002-04-19 +1000, Dmitri Colebatch wrote: > >As I understand it, what Lanh is asking for is this: > > > > public AdministratorData( AdministratorData otherData ) > > { > > super(otherData); > > ... > > } > > > >yes? > > > >I can see the argument for that? anyone else, thoughts? > > Oh, yes. Of course. That seems very reasonable, but it would require the > base class to define a copy constructor. Is that a too hard requirement? > > /Daniel > > > _______________________________________________ > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
