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

Class OverheadCost

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

Overhead cost applied to work order.Overhead cost applied to work order.

Instance Methods [hide private]
 
__init__(self, code='', cost=0.0, status=None, WorkCostDetails=None, WorkTasks=None, *args, **kw_args)
Initialises a new 'OverheadCost' instance.
 
addWorkCostDetails(self, *WorkCostDetails)
 
addWorkTasks(self, *WorkTasks)
 
getWorkCostDetails(self)
 
getWorkTasks(self)
 
removeWorkCostDetails(self, *WorkCostDetails)
 
removeWorkTasks(self, *WorkTasks)
 
setWorkCostDetails(self, value)
 
setWorkTasks(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 = ['WorkCostDetails', 'WorkTasks']
  _refs = ['status', 'WorkCostDetails', 'WorkTasks']
  status = None

Inherited from Element'.Element (private): _enums

Properties [hide private]
  WorkCostDetails
  WorkTasks

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

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'OverheadCost' instance.

Parameters:
  • code - Overhead code.
  • cost - The overhead cost to be applied.
  • status
  • WorkCostDetails
  • WorkTasks
Overrides: object.__init__

Property Details [hide private]

WorkCostDetails

Get Method:
getWorkCostDetails(self)
Set Method:
setWorkCostDetails(self, value)

WorkTasks

Get Method:
getWorkTasks(self)
Set Method:
setWorkTasks(self, value)