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

Class PropertyUnit

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

Unit of property for reporting purposes.Unit of property for reporting purposes.

Instance Methods [hide private]
 
__init__(self, accountingUsage='', propertyAccount='', activityCode='install', status=None, CompatibleUnits=None, CUMaterialItems=None, WorkCostDetails=None, *args, **kw_args)
Initialises a new 'PropertyUnit' instance.
 
addCUMaterialItems(self, *CUMaterialItems)
 
addCompatibleUnits(self, *CompatibleUnits)
 
addWorkCostDetails(self, *WorkCostDetails)
 
getCUMaterialItems(self)
 
getCompatibleUnits(self)
 
getWorkCostDetails(self)
 
removeCUMaterialItems(self, *CUMaterialItems)
 
removeCompatibleUnits(self, *CompatibleUnits)
 
removeWorkCostDetails(self, *WorkCostDetails)
 
setCUMaterialItems(self, value)
 
setCompatibleUnits(self, value)
 
setWorkCostDetails(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 = {'accountingUsage': <type 'str'>, 'activityCode'...
  _attrs = ['accountingUsage', 'propertyAccount', 'activityCode']
  _defaults = {'accountingUsage': '', 'activityCode': 'install',...
  _enums = {'activityCode': 'WorkActionKind'}
  _many_refs = ['CompatibleUnits', 'CUMaterialItems', 'WorkCostD...
  _refs = ['status', 'CompatibleUnits', 'CUMaterialItems', 'Work...
  status = None
Properties [hide private]
  CUMaterialItems
  CompatibleUnits
  WorkCostDetails

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, accountingUsage='', propertyAccount='', activityCode='install', status=None, CompatibleUnits=None, CUMaterialItems=None, WorkCostDetails=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'PropertyUnit' instance.

Parameters:
  • accountingUsage - A code that identifies appropriate type of property accounts such as distribution, streetlgihts, communications.
  • propertyAccount - Used for property record accounting. For example, in the USA, this would be a FERC account.
  • activityCode - Activity code identifies a specific and distinguishable work action. Values are: "install", "remove", "transfer", "abandon"
  • status
  • CompatibleUnits
  • CUMaterialItems
  • WorkCostDetails
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'accountingUsage': <type 'str'>,
 'activityCode': <type 'str'>,
 'propertyAccount': <type 'str'>}

_defaults

Value:
{'accountingUsage': '',
 'activityCode': 'install',
 'propertyAccount': ''}

_many_refs

Value:
['CompatibleUnits', 'CUMaterialItems', 'WorkCostDetails']

_refs

Value:
['status', 'CompatibleUnits', 'CUMaterialItems', 'WorkCostDetails']

Property Details [hide private]

CUMaterialItems

Get Method:
getCUMaterialItems(self)
Set Method:
setCUMaterialItems(self, value)

CompatibleUnits

Get Method:
getCompatibleUnits(self)
Set Method:
setCompatibleUnits(self, value)

WorkCostDetails

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