Hello XDoclet users,
I will try to illustrate my problem with a simple example:
I have a BookBean with various fields like title, author, etc.
Now i defined two methods:
public String getInfo()
public void setInfo(String info)
Where getInfo does something like:
public String getInfo() {
return this.getTitle() + " by " + this.getAuthor();
}
And setInfo is the corresponding setter.
Now my question is:
How do I induce XDoclet to include this methods in the XDoclet
generated BookValue?
Any help is highly appreciated.
--
Best Regards
Gregor
-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user