One time when I started to develop project based on Cairngorm Framework, I had a task to create a lot of Value Objects (VO)
I was searching in google and found this post. Plug-in for Flex Builder - Eclipse Monkey helping developers to use/create scripts (macros) which can help then to develop much more faster, not spending their time for copy/paste operations. I was surprised how easy I can generate Value Objects for my project.
Thanks to guys who create Dash Project and Eclipse Monke plug-in
Links:
Download scripts from Dash Projects for Flex Builder (scripts generate getter/setter etc.)
Video: Using Eclipse Monkey for generation get/set methods (rus)

November 20th, 2010 at 7:24 pm
They have included a getters and setters generator in FlashBuilder 4.
Just use Source -> Generate Getters/Setters.
November 23rd, 2010 at 4:12 pm
yep, thanks