Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfAssets :: Module OrgAssetRole' :: Class OrgAssetRole
[hide private]
[frames] | no frames]

Class OrgAssetRole

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

The roles played between an Organisations and an Asset.The roles played between an Organisations and an Asset.

Instance Methods [hide private]
 
__init__(self, percentOwnership=0.0, ErpOrganisation=None, Asset=None, *args, **kw_args)
Initialises a new 'OrgAssetRole' instance.
 
getAsset(self)
 
getErpOrganisation(self)
 
setAsset(self, value)
 
setErpOrganisation(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 = {'percentOwnership': <type 'float'>}
  _attrs = ['percentOwnership']
  _defaults = {'percentOwnership': 0.0}
  _refs = ['ErpOrganisation', 'Asset']

Inherited from InfCommon.Role'.Role: status

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

Inherited from Element'.Element (private): _enums

Properties [hide private]
  Asset
  ErpOrganisation

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, percentOwnership=0.0, ErpOrganisation=None, Asset=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'OrgAssetRole' instance.

Parameters:
  • percentOwnership - If the role type is 'owner,' this indicate the percentage of ownership.
  • ErpOrganisation
  • Asset
Overrides: object.__init__

Property Details [hide private]

Asset

Get Method:
getAsset(self)
Set Method:
setAsset(self, value)

ErpOrganisation

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