GNUstep Core Data  0.1
Public Member Functions
NSManagedObjectID Class Reference

For implementation notes see "Documentation/NSManagedObjectID.txt" in the source distribution of the GNUstep Core Data framework. More...

List of all members.

Public Member Functions

(NSEntityDescription *) - entity
 Returns the receiver's entity (that is, the entity of the object to which this managed object ID belongs).
(BOOL) - isTemporaryID
 Returns NO if the receiver is a permanent ID (that is, it has been already saved to or fetched from a persistent store), and YES otherwise.
(id) - persistentStore
 Returns the persistent store from which the receiver has been fetched or to which it has been stored, and `nil' otherwise.
(NSURL *) - URIRepresentation
 Returns an archivable URI representation of the receiver.

Detailed Description

For implementation notes see "Documentation/NSManagedObjectID.txt" in the source distribution of the GNUstep Core Data framework.

Definition at line 34 of file NSManagedObjectID.h.


Member Function Documentation

- (NSURL *) URIRepresentation

Returns an archivable URI representation of the receiver.

URI representations are only available for permanent managed object IDs - temporary IDs simply return `nil'.

Definition at line 93 of file NSManagedObjectID.m.


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