Hi,

Do you define a toString() in your BaseDataObject?  A very simple way of
doing it would be to check for a super.toString() method in the
data-object.j file and if found concatenate it...

I'm not sure the support is currently there to have the members of
BaseDataObject included in the toString for MyDataObject atm...  could be
wrong tho

cheesr
dim

On Thu, 16 Aug 2001 [EMAIL PROTECTED] wrote:

> Folks,
> 
> If my MyDataObject extends from a BaseDataObject, how I can include all the
> inherited attributes in the methods equals and ToString?
> 
> Thanks in advance!
> 
> Chris
> 
> _______________________________________________
> Xdoclet-devel mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/xdoclet-devel
> 


_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to