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

Class ErpPersonnel

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         ErpPersonnel

Information that applies to the basic data about a utility person, used by ERP applications to transfer Personnel data for a worker.Information that applies to the basic data about a utility person, used by ERP applications to transfer Personnel data for a worker.

Instance Methods [hide private]
 
__init__(self, status=None, ErpPersons=None, *args, **kw_args)
Initialises a new 'ErpPersonnel' instance.
 
addErpPersons(self, *ErpPersons)
 
getErpPersons(self)
 
removeErpPersons(self, *ErpPersons)
 
setErpPersons(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 = {}
  _attrs = []
  _defaults = {}
  _many_refs = ['ErpPersons']
  _refs = ['status', 'ErpPersons']
  status = None

Inherited from Element'.Element (private): _enums

Properties [hide private]
  ErpPersons

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, status=None, ErpPersons=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ErpPersonnel' instance.

Parameters:
  • status
  • ErpPersons
Overrides: object.__init__

Property Details [hide private]

ErpPersons

Get Method:
getErpPersons(self)
Set Method:
setErpPersons(self, value)