Generic asset or material item that may be used for planning, work or
design purposes.Generic asset or material item that may be used for
planning, work or design purposes.
|
|
__init__(self,
estimatedUnitCost=0.0,
stockItem=False,
quantity='',
ErpReqLineItems=None,
ProductAssetModels=None,
ErpInventoryIssues=None,
CUWorkEquipmentAsset=None,
TypeAssetCatalogue=None,
CUAsset=None,
ErpBomItemDatas=None,
*args,
**kw_args)
Initialises a new 'GenericAssetModelOrMaterial' instance. |
|
|
|
|
| addErpBomItemDatas(self,
*ErpBomItemDatas) |
|
|
|
|
| addErpInventoryIssues(self,
*ErpInventoryIssues) |
|
|
|
|
| addErpReqLineItems(self,
*ErpReqLineItems) |
|
|
|
|
| addProductAssetModels(self,
*ProductAssetModels) |
|
|
|
|
|
|
|
| getCUWorkEquipmentAsset(self) |
|
|
|
|
|
|
|
| getErpInventoryIssues(self) |
|
|
|
|
|
|
|
getProductAssetModels(self)
All product asset models satisfying this generic asset model. |
|
|
|
|
| getTypeAssetCatalogue(self) |
|
|
|
|
| removeErpBomItemDatas(self,
*ErpBomItemDatas) |
|
|
|
|
| removeErpInventoryIssues(self,
*ErpInventoryIssues) |
|
|
|
|
| removeErpReqLineItems(self,
*ErpReqLineItems) |
|
|
|
|
| removeProductAssetModels(self,
*ProductAssetModels) |
|
|
|
|
|
|
|
| setCUWorkEquipmentAsset(self,
value) |
|
|
|
|
| setErpBomItemDatas(self,
value) |
|
|
|
|
| setErpInventoryIssues(self,
value) |
|
|
|
|
| setErpReqLineItems(self,
value) |
|
|
|
|
| setProductAssetModels(self,
value) |
|
|
|
|
| setTypeAssetCatalogue(self,
value) |
|
|
|
Inherited from IEC61968.Assets.AssetModel'.AssetModel:
addErpInventoryCounts,
getAssetInfo,
getErpInventoryCounts,
removeErpInventoryCounts,
setAssetInfo,
setErpInventoryCounts
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__
|
|
|
_attr_types = {'estimatedUnitCost': <type 'float'>, 'quantity'...
|
|
|
_attrs = ['estimatedUnitCost', 'stockItem', 'quantity']
|
|
|
_defaults = {'estimatedUnitCost': 0.0, 'quantity': '', 'stockI...
|
|
|
_many_refs = ['ErpReqLineItems', 'ProductAssetModels', 'ErpInv...
|
|
|
_refs = ['ErpReqLineItems', 'ProductAssetModels', 'ErpInventor...
|
|
|