Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfERPSupport :: Module OrgErpPersonRole' :: Class OrgErpPersonRole
[hide private]
[frames] | no frames]

Class OrgErpPersonRole

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
                       InfCommon.Role'.Role --+
                                              |
                                             OrgErpPersonRole

Roles played between Persons and Organisations.Roles played between Persons and Organisations.

Instance Methods [hide private]
 
__init__(self, clientID='', ErpPerson=None, ErpOrganisation=None, *args, **kw_args)
Initialises a new 'OrgErpPersonRole' instance.
 
getErpOrganisation(self)
 
getErpPerson(self)
 
setErpOrganisation(self, value)
 
setErpPerson(self, value)

Inherited from Core.IdentifiedObject'.IdentifiedObject: addDiagramObjects, addNames, getDiagramObjects, getModelingAuthoritySet, getNames, removeDiagramObjects, removeNames, setDiagramObjects, setModelingAuthoritySet, setNames

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {'clientID': <type 'str'>}
  _attrs = ['clientID']
  _defaults = {'clientID': ''}
  _refs = ['ErpPerson', 'ErpOrganisation']

Inherited from InfCommon.Role'.Role: status

Inherited from InfCommon.Role'.Role (private): _many_refs

Inherited from Element'.Element (private): _enums

Properties [hide private]
  ErpOrganisation
  ErpPerson

Inherited from Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, clientID='', ErpPerson=None, ErpOrganisation=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'OrgErpPersonRole' instance.

Parameters:
  • clientID - Identifiers of the person held by an organisation, such as a government agency (federal, state, province, city, county), financial institutions, etc.
  • ErpPerson
  • ErpOrganisation
Overrides: object.__init__

Property Details [hide private]

ErpOrganisation

Get Method:
getErpOrganisation(self)
Set Method:
setErpOrganisation(self, value)

ErpPerson

Get Method:
getErpPerson(self)
Set Method:
setErpPerson(self, value)