You can also just attach additional methods to the CFC at runtime. So if you need a new getter and setter method, you can define that function and attach it to the CFC, and that CFC will now have those methods.
On Nov 12, 2007 4:35 PM, Rich <[EMAIL PROTECTED]> wrote: > Jeff, > Have a look at the apache commons BeanUtils for inspiration > (http://commons.apache.org/beanutils/commons-beanutils-1.7.0/docs/api/). > I > would suggest looking at the DynaBean, DynaClass, and MutableDynaClass > interfaces. > > HTH, > Rich Kroll > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293164 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

