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

Class WorkCostDetail

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

A collection of all of the individual cost items collected from multiple sources.A collection of all of the individual cost items collected from multiple sources.

Instance Methods [hide private]
 
__init__(self, type='', isDebit=False, transactionDateTime='', amount=0.0, WorkTask=None, Works=None, Design=None, MiscCostItems=None, WorkCostSummary=None, PropertyUnits=None, ErpProjectAccounting=None, LaborItems=None, MaterialItems=None, EquipmentItems=None, ContractorItems=None, OverheadCost=None, CostType=None, *args, **kw_args)
Initialises a new 'WorkCostDetail' instance.
 
addContractorItems(self, *ContractorItems)
 
addEquipmentItems(self, *EquipmentItems)
 
addLaborItems(self, *LaborItems)
 
addMaterialItems(self, *MaterialItems)
 
addMiscCostItems(self, *MiscCostItems)
 
addPropertyUnits(self, *PropertyUnits)
 
addWorks(self, *Works)
 
getContractorItems(self)
 
getCostType(self)
 
getDesign(self)
 
getEquipmentItems(self)
 
getErpProjectAccounting(self)
 
getLaborItems(self)
 
getMaterialItems(self)
 
getMiscCostItems(self)
 
getOverheadCost(self)
 
getPropertyUnits(self)
 
getWorkCostSummary(self)
 
getWorkTask(self)
 
getWorks(self)
 
removeContractorItems(self, *ContractorItems)
 
removeEquipmentItems(self, *EquipmentItems)
 
removeLaborItems(self, *LaborItems)
 
removeMaterialItems(self, *MaterialItems)
 
removeMiscCostItems(self, *MiscCostItems)
 
removePropertyUnits(self, *PropertyUnits)
 
removeWorks(self, *Works)
 
setContractorItems(self, value)
 
setCostType(self, value)
 
setDesign(self, value)
 
setEquipmentItems(self, value)
 
setErpProjectAccounting(self, value)
 
setLaborItems(self, value)
 
setMaterialItems(self, value)
 
setMiscCostItems(self, value)
 
setOverheadCost(self, value)
 
setPropertyUnits(self, value)
 
setWorkCostSummary(self, value)
 
setWorkTask(self, value)
 
setWorks(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 = {'amount': <type 'float'>, 'isDebit': <type 'boo...
  _attrs = ['type', 'isDebit', 'transactionDateTime', 'amount']
  _defaults = {'amount': 0.0, 'isDebit': False, 'transactionDate...
  _many_refs = ['Works', 'MiscCostItems', 'PropertyUnits', 'Labo...
  _refs = ['WorkTask', 'Works', 'Design', 'MiscCostItems', 'Work...

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

Inherited from Element'.Element (private): _enums

Properties [hide private]
  ContractorItems
  CostType
  Design
  EquipmentItems
  ErpProjectAccounting
  LaborItems
  MaterialItems
  MiscCostItems
  OverheadCost
  PropertyUnits
  WorkCostSummary
  WorkTask
  Works

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, type='', isDebit=False, transactionDateTime='', amount=0.0, WorkTask=None, Works=None, Design=None, MiscCostItems=None, WorkCostSummary=None, PropertyUnits=None, ErpProjectAccounting=None, LaborItems=None, MaterialItems=None, EquipmentItems=None, ContractorItems=None, OverheadCost=None, CostType=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'WorkCostDetail' instance.

Parameters:
  • type - Type of work cost.
  • isDebit - True if 'amount' is a debit, false if it is a credit.
  • transactionDateTime - Date and time that 'amount' is posted to the work.
  • amount - Amount in designated currency for work, either a total or an individual element. As defined in the attribute 'type,' multiple instances are applicable to each work for: planned cost, actual cost, authorized cost, budgeted cost, forecasted cost, other.
  • WorkTask
  • Works
  • Design
  • MiscCostItems
  • WorkCostSummary
  • PropertyUnits
  • ErpProjectAccounting
  • LaborItems
  • MaterialItems
  • EquipmentItems
  • ContractorItems
  • OverheadCost
  • CostType
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'amount': <type 'float'>,
 'isDebit': <type 'bool'>,
 'transactionDateTime': <type 'str'>,
 'type': <type 'str'>}

_defaults

Value:
{'amount': 0.0,
 'isDebit': False,
 'transactionDateTime': '',
 'type': ''}

_many_refs

Value:
['Works',
 'MiscCostItems',
 'PropertyUnits',
 'LaborItems',
 'MaterialItems',
 'EquipmentItems',
 'ContractorItems']

_refs

Value:
['WorkTask',
 'Works',
 'Design',
 'MiscCostItems',
 'WorkCostSummary',
 'PropertyUnits',
 'ErpProjectAccounting',
 'LaborItems',
...

Property Details [hide private]

ContractorItems

Get Method:
getContractorItems(self)
Set Method:
setContractorItems(self, value)

CostType

Get Method:
getCostType(self)
Set Method:
setCostType(self, value)

Design

Get Method:
getDesign(self)
Set Method:
setDesign(self, value)

EquipmentItems

Get Method:
getEquipmentItems(self)
Set Method:
setEquipmentItems(self, value)

ErpProjectAccounting

Get Method:
getErpProjectAccounting(self)
Set Method:
setErpProjectAccounting(self, value)

LaborItems

Get Method:
getLaborItems(self)
Set Method:
setLaborItems(self, value)

MaterialItems

Get Method:
getMaterialItems(self)
Set Method:
setMaterialItems(self, value)

MiscCostItems

Get Method:
getMiscCostItems(self)
Set Method:
setMiscCostItems(self, value)

OverheadCost

Get Method:
getOverheadCost(self)
Set Method:
setOverheadCost(self, value)

PropertyUnits

Get Method:
getPropertyUnits(self)
Set Method:
setPropertyUnits(self, value)

WorkCostSummary

Get Method:
getWorkCostSummary(self)
Set Method:
setWorkCostSummary(self, value)

WorkTask

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

Works

Get Method:
getWorks(self)
Set Method:
setWorks(self, value)