Package Modeling :: Package interfaces :: Module GlobalID :: Class IKeyGlobalID
[show private | hide private]
[frames | no frames]

Class IKeyGlobalID

         Base --+    
                |    
GlobalIDInterface --+
                    |
                   IKeyGlobalID


KeyGlobalID

Implements: GlobalIDInterface

You should not create a GlobalID by yourself. Instead, use:


Method Summary
  __init__(self, entityName, keyValues)
Initializes a KeyGlobalID with the following parameters:
    Inherited from GlobalIDInterface
  __str__(self)
Returns a string representation of the GlobalID.
  isTemporary(self)
Returns 'true' if the receiver is a TemporaryGlobalID, 'false' otherwise

Method Details

__init__(self, entityName, keyValues)
(Constructor)

Initializes a KeyGlobalID with the following parameters:

  • 'entityName' ('string')
  • 'keyValues' ('dictionary'), a mapping between PKs' names and values.
Overrides:
Modeling.interfaces.GlobalID.GlobalIDInterface.__init__

Generated by Epydoc 2.1 on Sat Mar 4 13:36:23 2006 http://epydoc.sf.net