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]>

Reply via email to