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

Class ErpBomItemData

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

An individual item on a bill of materials.An individual item on a bill of materials.

Instance Methods [hide private]
 
__init__(self, TypeAsset=None, ErpBOM=None, DesignLocation=None, *args, **kw_args)
Initialises a new 'ErpBomItemData' instance.
 
getDesignLocation(self)
 
getErpBOM(self)
 
getTypeAsset(self)
 
setDesignLocation(self, value)
 
setErpBOM(self, value)
 
setTypeAsset(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 = []
  _refs = ['TypeAsset', 'ErpBOM', 'DesignLocation']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  DesignLocation
  ErpBOM
  TypeAsset

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, TypeAsset=None, ErpBOM=None, DesignLocation=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ErpBomItemData' instance.

Parameters:
  • TypeAsset
  • ErpBOM
  • DesignLocation
Overrides: object.__init__

Property Details [hide private]

DesignLocation

Get Method:
getDesignLocation(self)
Set Method:
setDesignLocation(self, value)

ErpBOM

Get Method:
getErpBOM(self)
Set Method:
setErpBOM(self, value)

TypeAsset

Get Method:
getTypeAsset(self)
Set Method:
setTypeAsset(self, value)