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

Class ErpPOLineItem

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
         IEC61968.Common.Document'.Document --+
                                              |
                                             ErpPOLineItem

Of an ErpPurchaseOrder, this is an individually ordered item or product along with the quantity, price and other descriptive information.Of an ErpPurchaseOrder, this is an individually ordered item or product along with the quantity, price and other descriptive information.

Instance Methods [hide private]
 
__init__(self, ErpPurchaseOrder=None, ErpRecDelLineItem=None, AssetModelCatalogueItem=None, MaterialItem=None, ErpReqLineItem=None, *args, **kw_args)
Initialises a new 'ErpPOLineItem' instance.
 
getAssetModelCatalogueItem(self)
 
getErpPurchaseOrder(self)
 
getErpRecDelLineItem(self)
 
getErpReqLineItem(self)
 
getMaterialItem(self)
 
setAssetModelCatalogueItem(self, value)
 
setErpPurchaseOrder(self, value)
 
setErpRecDelLineItem(self, value)
 
setErpReqLineItem(self, value)
 
setMaterialItem(self, value)

Inherited from IEC61968.Common.Document'.Document: addActivityRecords, addAssetRoles, addChangeItems, addChangeSets, addErpOrganisationRoles, addErpPersonRoles, addFromDocumentRoles, addMeasurements, addNetworkDataSets, addPowerSystemResourceRoles, addScheduleParameterInfos, addScheduledEvents, addToDocumentRoles, getActivityRecords, getAssetRoles, getChangeItems, getChangeSets, getErpOrganisationRoles, getErpPersonRoles, getFromDocumentRoles, getMeasurements, getNetworkDataSets, getPowerSystemResourceRoles, getScheduleParameterInfos, getScheduledEvents, getToDocumentRoles, removeActivityRecords, removeAssetRoles, removeChangeItems, removeChangeSets, removeErpOrganisationRoles, removeErpPersonRoles, removeFromDocumentRoles, removeMeasurements, removeNetworkDataSets, removePowerSystemResourceRoles, removeScheduleParameterInfos, removeScheduledEvents, removeToDocumentRoles, setActivityRecords, setAssetRoles, setChangeItems, setChangeSets, setErpOrganisationRoles, setErpPersonRoles, setFromDocumentRoles, setMeasurements, setNetworkDataSets, setPowerSystemResourceRoles, setScheduleParameterInfos, setScheduledEvents, setToDocumentRoles

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 = ['ErpPurchaseOrder', 'ErpRecDelLineItem', 'AssetModelC...

Inherited from IEC61968.Common.Document'.Document: docStatus, electronicAddress, status

Inherited from Element'.Element (private): _enums

Properties [hide private]
  AssetModelCatalogueItem
  ErpPurchaseOrder
  ErpRecDelLineItem
  ErpReqLineItem
  MaterialItem

Inherited from IEC61968.Common.Document'.Document: ActivityRecords, AssetRoles, ChangeItems, ChangeSets, ErpOrganisationRoles, ErpPersonRoles, FromDocumentRoles, Measurements, NetworkDataSets, PowerSystemResourceRoles, ScheduleParameterInfos, ScheduledEvents, ToDocumentRoles

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, ErpPurchaseOrder=None, ErpRecDelLineItem=None, AssetModelCatalogueItem=None, MaterialItem=None, ErpReqLineItem=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ErpPOLineItem' instance.

Parameters:
  • ErpPurchaseOrder
  • ErpRecDelLineItem
  • AssetModelCatalogueItem
  • MaterialItem
  • ErpReqLineItem
Overrides: object.__init__

Class Variable Details [hide private]

_refs

Value:
['ErpPurchaseOrder',
 'ErpRecDelLineItem',
 'AssetModelCatalogueItem',
 'MaterialItem',
 'ErpReqLineItem']

Property Details [hide private]

AssetModelCatalogueItem

Get Method:
getAssetModelCatalogueItem(self)
Set Method:
setAssetModelCatalogueItem(self, value)

ErpPurchaseOrder

Get Method:
getErpPurchaseOrder(self)
Set Method:
setErpPurchaseOrder(self, value)

ErpRecDelLineItem

Get Method:
getErpRecDelLineItem(self)
Set Method:
setErpRecDelLineItem(self, value)

ErpReqLineItem

Get Method:
getErpReqLineItem(self)
Set Method:
setErpReqLineItem(self, value)

MaterialItem

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