Up

EOKeyGlobalID Class

Authors

Mirko Viviani (mirko.viviani@gmail.com)

Version: 25326

Date: 2007-07-12 08:39:22 +0200 (Don, 12 Jul 2007)

Copyright: (C) 2000-2002,2003,2004,2005 Free Software Foundation, Inc.

Software documentation for the EOKeyGlobalID class

EOKeyGlobalID : EOGlobalID

Declared in:
EOControl/EOKeyGlobalID.h
Conforms to:
NSCoding
Description forthcoming.

Instance Variables

Method summary

globalIDWithEntityName: keys: keyCount: zone: 

+ (id) globalIDWithEntityName: (NSString*)entityName keys: (id*)keys keyCount: (unsigned)count zone: (NSZone*)zone;
Description forthcoming.

areKeysAllNulls 

- (BOOL) areKeysAllNulls;
Description forthcoming.

description 

- (NSString*) description;
Description forthcoming.

entityName 

- (NSString*) entityName;
Description forthcoming.

hash 

- (unsigned) hash;
Description forthcoming.

isEqual: 

- (BOOL) isEqual: (id)other;
Description forthcoming.

isFinal 

- (BOOL) isFinal;
Description forthcoming.

keyCount 

- (unsigned) keyCount;
Description forthcoming.

keyValues 

- (id*) keyValues;
Description forthcoming.

keyValuesArray 

- (NSArray*) keyValuesArray;
Description forthcoming.



Instance Variables for EOKeyGlobalID Class

_entityName

@protected NSString* _entityName;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_keyCount

@protected unsigned short int _keyCount;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_keyValues

@protected id* _keyValues;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Up