Yesterday I found myself in dire need of a value object for something Flex I’m working on but was feeling too lazy to type it out. I decided to hit Google before writing out the class by hand. I hit this gem for blasting out quick ‘n easy value objects in AS3. Just throw down your list of properties and go!
Blog - http://blog.stroep.nl/2009/04/as3-valueobject-generator-beta/
Tool - http://projects.stroep.nl/ValueObjectGenerator/
Thanks Mark Knol, I love saving time and typing!