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

Class ErpInventoryCount

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

This is related to Inventory physical counts organized by AssetModel. Note that a count of a type of asset can be accomplished by the association inherited by AssetModel (from Document) to Asset. It enables ERP applications to transfer an inventory count between ERP and the actual physical inventory location. This count may be a cycle count or a physical count.This is related to Inventory physical counts organized by AssetModel. Note that a count of a type of asset can be accomplished by the association inherited by AssetModel (from Document) to Asset. It enables ERP applications to transfer an inventory count between ERP and the actual physical inventory location. This count may be a cycle count or a physical count.

Instance Methods [hide private]
 
__init__(self, status=None, MaterialItem=None, AssetModel=None, *args, **kw_args)
Initialises a new 'ErpInventoryCount' instance.
 
getAssetModel(self)
 
getMaterialItem(self)
 
setAssetModel(self, value)
 
setMaterialItem(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 = ['status', 'MaterialItem', 'AssetModel']
  status = None

Inherited from Element'.Element (private): _enums

Properties [hide private]
  AssetModel
  MaterialItem

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

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'ErpInventoryCount' instance.

Parameters:
  • status
  • MaterialItem
  • AssetModel
Overrides: object.__init__

Property Details [hide private]

AssetModel

Get Method:
getAssetModel(self)
Set Method:
setAssetModel(self, value)

MaterialItem

Get Method:
getMaterialItem(self)
Set Method:
setMaterialItem(self, value)