Car Class Reference

Collaboration diagram for Car:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 Car (Manufacturer _manufacturer, String name)
 Car ()
Manufacturer getManufacturer ()
String getName ()
void setManufacturer (Manufacturer manufacturer)
void setName (String name)

Static Public Member Functions

static NSArray< Carcars ()

Private Attributes

Manufacturer _manufacturer
String _name

Static Private Attributes

static NSMutableArray< Car_cars


Detailed Description

Car is just a simple non-EO model class. It has the full set of available instances cached in it, though this could just as easily be exposing a fetch from a non-EO database.

Author:
mschrag

Constructor & Destructor Documentation

Car (  ) 

Car ( Manufacturer  _manufacturer,
String  name 
)


Member Function Documentation

static NSArray<Car> cars (  )  [static]

Manufacturer getManufacturer (  ) 

String getName (  ) 

void setManufacturer ( Manufacturer  manufacturer  ) 

void setName ( String  name  ) 


Member Data Documentation

NSMutableArray<Car> _cars [static, private]

String _name [private]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:43:30 2012 for Project Wonder by  doxygen 1.5.8