<--- --------------------------------------------------------------------------------------- ---- Blog Entry: ColdFusion Iterating Business Objects (IBOs) From The Ground-Up Author: Ben Nadel / Kinky Solutions Link: http://www.bennadel.com/index.cfm?dax=blog:412.view Date Posted: Nov 25, 2006 at 6:08 PM ---- --------------------------------------------------------------------------------------- ---> // These are the list of keys that can be "get"ed and "set"ed in some // way. We are not going to define how they are accessed at this moment. // That will be done once the underlying data structure is set. These will // populate the Get/Set structures (that follow). // VARIABLES.Instance.GetAttributesList = "id,name,sexyness_factor"; // VARIABLES.Instance.SetAttributesList = "";