There are loads of them, for example the LowRoad....

http://www.faraway.co.uk/tallosft/lowroad/

But its a little heavy if all you want is get and set.   Others may suggest XDoclet, 
I'd suggest you simply write your own.  It will take you all of 5 or 10 minutes.

Jonathan


---------------------------------------- Message History 
----------------------------------------


From: "Joćo Paulo G. Batistella" <[EMAIL PROTECTED]> on 31/01/2002 14:56 Z3003

Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]>

To:   Struts Users Mailing List <[EMAIL PROTECTED]>
cc:
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]>






--

This e-mail may contain confidential and/or privileged information. If you are not the 
intended recipient (or have received this e-mail in error) please notify the sender 
immediately and destroy this e-mail. Any unauthorized copying, disclosure or 
distribution of the material in this e-mail is strictly forbidden.



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

Reply via email to