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

Class ErpItemMaster

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

Any unique purchased part for manufactured product tracked by ERP systems for a utility. Item, as used by the OAG, refers to the basic information about an item, including its attributes, cost, and locations. It does not include item quantities. Compare to the Inventory, which includes all quantities and other location-specific information.Any unique purchased part for manufactured product tracked by ERP systems for a utility. Item, as used by the OAG, refers to the basic information about an item, including its attributes, cost, and locations. It does not include item quantities. Compare to the Inventory, which includes all quantities and other location-specific information.

Instance Methods [hide private]
 
__init__(self, Asset=None, status=None, *args, **kw_args)
Initialises a new 'ErpItemMaster' instance.
 
getAsset(self)
 
setAsset(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 = ['Asset', 'status']
  status = None

Inherited from Element'.Element (private): _enums

Properties [hide private]
  Asset

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

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'ErpItemMaster' instance.

Parameters:
  • Asset
  • status
Overrides: object.__init__

Property Details [hide private]

Asset

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