A design for consideration by customers, potential customers, or
internal work. Note that the Version of design is the revision attribute
that is inherited from Document.A design for consideration by customers,
potential customers, or internal work. Note that the Version of design is
the revision attribute that is inherited from Document.
|
|
__init__(self,
costEstimate=0.0,
kind='asBuilt',
price=0.0,
DesignLocations=None,
WorkCostDetails=None,
ConditionFactors=None,
WorkTasks=None,
ErpBOMs=None,
Work=None,
DesignLocationsCUs=None,
ErpQuoteLineItem=None,
*args,
**kw_args)
Initialises a new 'Design' instance. |
|
|
|
|
| addConditionFactors(self,
*ConditionFactors) |
|
|
|
|
| addDesignLocations(self,
*DesignLocations) |
|
|
|
|
| addDesignLocationsCUs(self,
*DesignLocationsCUs) |
|
|
|
|
| addErpBOMs(self,
*ErpBOMs) |
|
|
|
|
| addWorkCostDetails(self,
*WorkCostDetails) |
|
|
|
|
| addWorkTasks(self,
*WorkTasks) |
|
|
|
|
| getConditionFactors(self) |
|
|
|
|
|
|
|
| getDesignLocationsCUs(self) |
|
|
|
|
|
|
|
| getErpQuoteLineItem(self) |
|
|
|
|
|
|
|
|
|
|
|
|
|
| removeConditionFactors(self,
*ConditionFactors) |
|
|
|
|
| removeDesignLocations(self,
*DesignLocations) |
|
|
|
|
| removeDesignLocationsCUs(self,
*DesignLocationsCUs) |
|
|
|
|
| removeErpBOMs(self,
*ErpBOMs) |
|
|
|
|
| removeWorkCostDetails(self,
*WorkCostDetails) |
|
|
|
|
| removeWorkTasks(self,
*WorkTasks) |
|
|
|
|
| setConditionFactors(self,
value) |
|
|
|
|
| setDesignLocations(self,
value) |
|
|
|
|
| setDesignLocationsCUs(self,
value) |
|
|
|
|
|
|
|
| setErpQuoteLineItem(self,
value) |
|
|
|
|
|
|
|
| setWorkCostDetails(self,
value) |
|
|
|
|
| setWorkTasks(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__
|
|
|
_attr_types = {'costEstimate': <type 'float'>, 'kind': <type '...
|
|
|
_attrs = ['costEstimate', 'kind', 'price']
|
|
|
_defaults = {'costEstimate': 0.0, 'kind': 'asBuilt', 'price': ...
|
|
|
_enums = {'kind': 'DesignKind'}
|
|
|
_many_refs = ['DesignLocations', 'WorkCostDetails', 'Condition...
|
|
|
_refs = ['DesignLocations', 'WorkCostDetails', 'ConditionFacto...
|
|
Inherited from IEC61968.Common.Document'.Document:
docStatus,
electronicAddress,
status
|