Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfWork :: Module EquipmentItem' :: Class EquipmentItem
[hide private]
[frames] | no frames]

Class EquipmentItem

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

An equipment item, such as a vehicle, used for a work order.An equipment item, such as a vehicle, used for a work order.

Instance Methods [hide private]
 
__init__(self, code='', cost=0.0, WorkTask=None, WorkCostDetail=None, status=None, *args, **kw_args)
Initialises a new 'EquipmentItem' instance.
 
getWorkCostDetail(self)
 
getWorkTask(self)
 
setWorkCostDetail(self, value)
 
setWorkTask(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 = {'code': <type 'str'>, 'cost': <type 'float'>}
  _attrs = ['code', 'cost']
  _defaults = {'code': '', 'cost': 0.0}
  _many_refs = []
  _refs = ['WorkTask', 'WorkCostDetail', 'status']
  status = None

Inherited from Element'.Element (private): _enums

Properties [hide private]
  WorkCostDetail
  WorkTask

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, code='', cost=0.0, WorkTask=None, WorkCostDetail=None, status=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'EquipmentItem' instance.

Parameters:
  • code - Code for type of vehicle.
  • cost - The cost for vehicle usage.
  • WorkTask
  • WorkCostDetail
  • status
Overrides: object.__init__

Property Details [hide private]

WorkCostDetail

Get Method:
getWorkCostDetail(self)
Set Method:
setWorkCostDetail(self, value)

WorkTask

Get Method:
getWorkTask(self)
Set Method:
setWorkTask(self, value)