#include <Passer.h>
List of all members.
Member Function Documentation
void addGames: |
( |
NSSet * |
value | ) |
[virtual] |
void addGamesObject: |
( |
Game * |
value | ) |
[virtual] |
NSArray * allAttributes |
( |
| ) |
[static, virtual] |
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] |
void setValuesFromDictionary: |
( |
NSDictionary * |
aDict | ) |
[virtual] |
Property Documentation
NSNumber * attempts [read, retain] |
NSNumber * completions [read, retain] |
NSString* currentTeam [read, write, retain] |
NSString* firstName [read, write, retain] |
NSDate * firstPlayed [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: