| Home | Trees | Index | Help | 
       | 
  
|---|
| Package Modeling :: Package interfaces :: Module GlobalID :: Class ITemporaryGlobalID | 
  | 
         Base --+    
                |    
GlobalIDInterface --+
                    |
                   ITemporaryGlobalID
TemporaryGlobalID
Implements: GlobalIDInterface
You should not create a GlobalID by yourself. Instead, use:
- either 'globalIDWithEntityName()',
 - or (better) Entity.globalIDForRow() __TBD
 
| Method Summary | |
|---|---|
NB: all arguments are ignored.  | |
Returns a string representation of the GlobalID.  | |
| Inherited from GlobalIDInterface | |
Returns 'true' if the receiver is a TemporaryGlobalID, 'false' otherwise  | |
| Method Details | 
|---|
  __init__(self,
          *args,
          **kw)
    
NB: all arguments are ignored.
__TBD  
 | 
  __str__(self)
    
Returns a string representation of the GlobalID. This string representation
is unique among GlobalIDs.  
 | 
| Home | Trees | Index | Help | 
       | 
  
|---|
| Generated by Epydoc 2.1 on Sat Mar 4 13:36:27 2006 | http://epydoc.sf.net |