Hard to give this 'problem' a good subject. It's not really a 'problem',
but more something I wanted to pass by people to find out how they solve
this i.r.l. There are many ways to fix this, just looking for the best
:)

E.g. I have an object Person with a Property BirthCountry.

Public class Person {
        public var BirthCountry:Number;
        public function Person() {
        }
}

The BirthCountry is an ID of a Country, stored in a ModelClass in an
ArrayCollection. The ArrayCollection is filled with id/value pairs.

How would everybody do this? Is the seperation of the Country Collection
a good thing? Would you create some sort of CountryVO objects, and give
that as a property to the Person? E.g.

Public class Person {
        public var BirthCountry:BirthCountryVO;
        public function Person() {
        }
}

Or any other great ideas?

Tx in advance,

Ben


This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to