PATH |
Inherits from: EOGlobalID
Implements: NSCoding
Package: com.webobjects.eocontrol
An EOTemporaryGlobalID object identifies a newly created enterprise object before it's saved to an external store. When the object is saved, the temporary ID is converted to a permanent one, as described in the EOGlobalID class specification.
EOTemporaryGlobalID defines the following int
constant to specify the length (in bytes) of a global ID:
NSCoding classForCoder decodeObject encodeWithCoder
public EOTemporaryGlobalID()
< Sequence [2], ProcessID [2] , Time [4], IP Addr [4] >
protected EOTemporaryGlobalID(byte[] globallyUniqueBytes)
public static void assignGloballyUniqueBytes(byte[] uniqueBytes)
public static Object decodeObject(NSCoder coder)
public Class classForCoder()
public void encodeWithCoder(NSCoder coder)
public boolean equals(Object anObject)
public int hashCode()
public boolean isTemporary()
public String toString()
© 2001 Apple Computer, Inc. (Last Published April 19, 2001)