I almost finshed one yesterday, and I'll probably have it done tomorrow.  I've
been working on in the little snippets of free time I get during the day.  I
wrote it because I use the light version of JCreator to write code, and it
doesn't do getters and setters, and that's the only thing I miss.

Anyway, I can send it to you if you want.

Dustin

"Jon.Ridgway" wrote:

> Hi,
>
> XDoclet may help. It does a lot more but..
>
> Jon.
>
> -----Original Message-----
> From: Joćo Paulo G. Batistella [mailto:[EMAIL PROTECTED]]
> Sent: 31 January 2002 17:57
> To: Struts Users Mailing List
> Subject: [Off Topic] get/set method generation
>
> Anyboy knows a tool for generating get/set methods from a list of
> attributes??
>
> An example:
> I have
>
> private String name;
> private int number;
>
> And I would like to generate:
> public String getName();
> public void setName( String name ) ;
>
> public int getNumber();
> public void setNumber( number );
>
> Thanks
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
Dustin Aleksiuk
Tools and Practices Team
TransCanada Tower - 2564A
403-920-5744



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to