Passer Rating iOS  1.0
iOS demo project for Xcode 4 Unleashed
Public Member Functions | Static Public Member Functions | Properties
Passer Class Reference

#include <Passer.h>

List of all members.

Public Member Functions

void setValuesFromDictionary: (NSDictionary *aDict)
void addGamesObject: (Game *value)
void removeGamesObject: (Game *value)
void addGames: (NSSet *value)
void removeGames: (NSSet *value)

Static Public Member Functions

PasserpasserWithLastName:firstName:inContext: (NSString *last,[firstName] NSString *first,[inContext] NSManagedObjectContext *moc)
NSArray * passersSortedBy:inContext: (NSArray *descriptors,[inContext] NSManagedObjectContext *moc)
NSArray * allAttributes ()
NSDictionary * defaultDictionary ()
BOOL removePassersInCSVFile:forContext:error: (NSString *path,[forContext] NSManagedObjectContext *moc,[error] NSError **error)

Properties

NSStringfirstName
NSStringlastName
NSStringcurrentTeam
NSSet * games
NSStringfullName
NSNumber * passerRating
NSNumber * attempts
NSNumber * completions
NSNumber * touchdowns
NSNumber * interceptions
NSNumber * yardsPerGame
NSNumber * yards
NSDate * firstPlayed
NSDate * lastPlayed
NSArray * teams
NSMutableDictionary * mutableDictionaryRepresentation

Member Function Documentation

void addGames: ( NSSet *  value) [virtual]
void addGamesObject: ( Game value) [virtual]
NSArray * allAttributes ( ) [static, virtual]

Here is the caller graph for this function:

NSDictionary * defaultDictionary ( ) [static, virtual]
NSArray * passersSortedBy:inContext: ( NSArray *  descriptors,
[inContext] NSManagedObjectContext *  moc 
) [static, virtual]
Passer * passerWithLastName:firstName:inContext: ( NSString last,
[firstName] NSString first,
[inContext] NSManagedObjectContext *  moc 
) [static, virtual]
void removeGames: ( NSSet *  value) [virtual]
void removeGamesObject: ( Game value) [virtual]
BOOL removePassersInCSVFile:forContext:error: ( NSString path,
[forContext] NSManagedObjectContext *  moc,
[error] NSError **  error 
) [static, virtual]

Here is the call graph for this function:

void setValuesFromDictionary: ( NSDictionary *  aDict) [virtual]

Here is the call graph for this function:


Property Documentation

NSNumber * attempts [read, retain]
NSNumber * completions [read, retain]
NSString* currentTeam [read, write, retain]
NSString* firstName [read, write, retain]
NSDate * firstPlayed [read, retain]
NSString * fullName [read, retain]
NSSet* games [read, write, retain]
NSNumber * interceptions [read, retain]
NSString* lastName [read, write, retain]
NSDate * lastPlayed [read, retain]
NSMutableDictionary * mutableDictionaryRepresentation [read, assign]
NSNumber * passerRating [read, retain]
NSArray * teams [read, retain]
NSNumber * touchdowns [read, retain]
NSNumber * yards [read, retain]
NSNumber * yardsPerGame [read, retain]

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Properties Defines