Manufacturer Class Reference

Collaboration diagram for Manufacturer:

Collaboration graph
[legend]

List of all members.

Public Member Functions

String getName ()
 Manufacturer (String name)
 Manufacturer ()
void setName (String name)

Static Public Member Functions

static NSArray< Manufacturermanufacturers ()

Static Public Attributes

static Manufacturer MINI = new Manufacturer("Mini")
static Manufacturer PORSCHE = new Manufacturer("Porsche")
static Manufacturer TOYOTA = new Manufacturer("Toyota")

Private Attributes

String _name

Static Private Attributes

static NSMutableArray
< Manufacturer
_manufacturers


Detailed Description

Manufacturer 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

Manufacturer (  ) 

Manufacturer ( String  name  ) 


Member Function Documentation

String getName (  ) 

static NSArray<Manufacturer> manufacturers (  )  [static]

void setName ( String  name  ) 


Member Data Documentation

String _name [private]

Manufacturer MINI = new Manufacturer("Mini") [static]

Manufacturer PORSCHE = new Manufacturer("Porsche") [static]

Manufacturer TOYOTA = new Manufacturer("Toyota") [static]


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

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