Package Products :: Package ZenUtils :: Package guid :: Module interfaces :: Class IGlobalIdentifier
[hide private]
[frames] | no frames]

Class IGlobalIdentifier

source code

zope.interface.Interface --+
                           |
                          IGlobalIdentifier

Adapter that manages GUID for objects.

Instance Methods [hide private]
 
__init__(context)
Constructor
source code
 
getGUID()
Gets the GUID associated with this object.
source code
 
setGUID(value)
Sets the GUID for this object.
source code
 
create(force)
Creates a new GUID and applies it to this object.
source code
Class Variables [hide private]
  guid = Attribute("Globally unique identifier")