Package CIM15 :: Package IEC61968 :: Package Metering :: Module MeterServiceWork' :: Class MeterServiceWork
[hide private]
[frames] | no frames]

Class MeterServiceWork

                                  object --+                
                                           |                
                            Element'.Element --+            
                                               |            
IEC61970.Core.IdentifiedObject'.IdentifiedObject --+        
                                                   |        
                           Common.Document'.Document --+    
                                                       |    
                                         Work.Work'.Work --+
                                                           |
                                                          MeterServiceWork

Work involving meters.Work involving meters.

Instance Methods [hide private]
 
__init__(self, OldMeter=None, Meter=None, *args, **kw_args)
Initialises a new 'MeterServiceWork' instance.
 
getMeter(self)
Meter on which this non-replacement work is performed.
 
getOldMeter(self)
Old meter replaced by this work.
 
setMeter(self, value)
 
setOldMeter(self, value)

Inherited from Work.Work'.Work: addCustomers, addDesigns, addWorkCostDetails, addWorkFlowSteps, addWorkTasks, getBusinessCase, getCustomers, getDesigns, getErpProjectAccounting, getProject, getRequest, getWorkBillingInfo, getWorkCostDetails, getWorkFlowSteps, getWorkTasks, removeCustomers, removeDesigns, removeWorkCostDetails, removeWorkFlowSteps, removeWorkTasks, setBusinessCase, setCustomers, setDesigns, setErpProjectAccounting, setProject, setRequest, setWorkBillingInfo, setWorkCostDetails, setWorkFlowSteps, setWorkTasks

Inherited from 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 IEC61970.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 = {}
  _enums = {}
  _many_refs = []
  _refs = ['OldMeter', 'Meter']

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

Properties [hide private]
  Meter
Meter on which this non-replacement work is performed.
  OldMeter
Old meter replaced by this work.

Inherited from Work.Work'.Work: BusinessCase, Customers, Designs, ErpProjectAccounting, Project, Request, WorkBillingInfo, WorkCostDetails, WorkFlowSteps, WorkTasks

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

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, OldMeter=None, Meter=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'MeterServiceWork' instance.

Parameters:
  • OldMeter - Old meter replaced by this work.
  • Meter - Meter on which this non-replacement work is performed.
Overrides: object.__init__

Property Details [hide private]

Meter

Meter on which this non-replacement work is performed.

Get Method:
getMeter(self) - Meter on which this non-replacement work is performed.
Set Method:
setMeter(self, value)

OldMeter

Old meter replaced by this work.

Get Method:
getOldMeter(self) - Old meter replaced by this work.
Set Method:
setOldMeter(self, value)