Casting one Custom EO Class into Another...
Casting one Custom EO Class into Another...
- Subject: Casting one Custom EO Class into Another...
- From: Clint Fleetwood <email@hidden>
- Date: Wed, 22 Dec 2004 16:53:40 -0500
I need to cast say InventoryMaster class (a custom EO class from the
eomodel, table called InventoryMaster) into another class called
eCommerceBucket (another custom EO class from the eomodel) in order to
save the data from InventoryMaster to eCommerceBucket...The two tables
contain the EXACT SAME database structure (same attributes and fields
and everything), the eCommerceBucket is a temporary store to hold some
temporary data before passing it off to another company to be used for
an online website. I am putting the results from a fetchSpec called
against InventoryMaster into an NSMutableArray and I need to put that
data into eCommerceBucket but it complains that it can't because the
datatype is of type InventoryMaster and NOT eCommerceBucket.
Can Somebody please help....VERY DESPERATE.....THANKS A MILLION !!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden