__init__(self,
kind=' residentialAndCommercial ' ,
pucNumber='
' ,
specialNeed='
' ,
vip=False,
status=None,
Works=None,
CustomerAgreements=None,
EndDeviceAssets=None,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'Customer' instance.
- Parameters:
kind - Kind of customer. Values are:
"residentialAndCommercial",
"residentialStreetlightOthers",
"residentialAndStreetlight", "pumpingLoad",
"energyServiceSupplier", "windMachine",
"residential", "internalUse",
"residentialFarmService", "other",
"energyServiceScheduler",
"commercialIndustrial"
pucNumber - (if applicable) Public Utility Commission identification number.
specialNeed - True if customer organisation has special service needs such as
life support, hospitals, etc.
vip - True if this is an important customer. Importance is for matters
different than those in 'specialNeed' attribute.
status - Status of this customer.
Works - All the works performed for this customer.
CustomerAgreements - All agreements of this customer.
EndDeviceAssets - All end device assets of this customer.
- Overrides:
object.__init__
|