PATH |
EOTemporaryGlobalID
Inherits from: EOGlobalID
Implements: NSCoding
Package: com.webobjects.eocontrol
Class Description
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.
Constants
EOTemporaryGlobalID defines the following int
constant to specify the length (in bytes) of a global ID:
- UniqueBinaryKeyLength
Interfaces Implemented
NSCoding classForCoder decodeObject encodeWithCoder
Constructors
EOTemporaryGlobalID
public EOTemporaryGlobalID()
< Sequence [2], ProcessID [2] , Time [4], IP Addr [4] >
protected EOTemporaryGlobalID(byte[] globallyUniqueBytes)
Static Methods
assignGloballyUniqueBytes
public static void assignGloballyUniqueBytes(byte[] uniqueBytes)
decodeObject
public static Object decodeObject(NSCoder coder)
Instance Methods
classForCoder
public Class classForCoder()
encodeWithCoder
public void encodeWithCoder(NSCoder coder)
equals
public boolean equals(Object anObject)
hashCode
public int hashCode()
isTemporary
public boolean isTemporary()
toString
public String toString()
© 2001 Apple Computer, Inc. (Last Published April 19, 2001)