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

Class ContractorItem

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

Contractor information for work task.Contractor information for work task.

Instance Methods [hide private]
 
__init__(self, bidAmount=0.0, activityCode='', cost=0.0, WorkTask=None, ErpPayables=None, status=None, WorkCostDetail=None, *args, **kw_args)
Initialises a new 'ContractorItem' instance.
 
addErpPayables(self, *ErpPayables)
 
getErpPayables(self)
 
getWorkCostDetail(self)
 
getWorkTask(self)
 
removeErpPayables(self, *ErpPayables)
 
setErpPayables(self, value)
 
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 = {'activityCode': <type 'str'>, 'bidAmount': <typ...
  _attrs = ['bidAmount', 'activityCode', 'cost']
  _defaults = {'activityCode': '', 'bidAmount': 0.0, 'cost': 0.0}
  _many_refs = ['ErpPayables']
  _refs = ['WorkTask', 'ErpPayables', 'status', 'WorkCostDetail']
  status = None

Inherited from Element'.Element (private): _enums

Properties [hide private]
  ErpPayables
  WorkCostDetail
  WorkTask

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

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'ContractorItem' instance.

Parameters:
  • bidAmount - The amount that a given contractor will charge for performing this unit of work.
  • activityCode - Activity code identifies a specific and distinguishable unit of work.
  • cost - The total amount charged.
  • WorkTask
  • ErpPayables
  • status
  • WorkCostDetail
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'activityCode': <type 'str'>,
 'bidAmount': <type 'float'>,
 'cost': <type 'float'>}

Property Details [hide private]

ErpPayables

Get Method:
getErpPayables(self)
Set Method:
setErpPayables(self, value)

WorkCostDetail

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

WorkTask

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