Java and C++ get set method wizard.
This little script is just to save some typing time. It generates get and set property accessors for a list of variables and can generate either Java or C++ syntax. Where extra checking is to be done, the methods this script creates can be extended to do that.
How to use it
Type or paste the variable definitions into the main edit area, with semi-colons (;) terminating each definition. If the language is C++ also type in the class name. Then click the "Do it" button to get the code.
This wizard is copyright © Niall S F Barr, 2004-2008. Niall Barr makes no claim on the copyright of any generated code.