Unit of property for reporting purposes.Unit of property for reporting
purposes.
|
|
__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) |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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__
|
|
|
_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
|