__init__(self,
remark='
' ,
siteAccessProblem='
' ,
occupancyDate='
' ,
accessMethod='
' ,
ServiceDeliveryPoints=None,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'SDPLocation' instance.
- Parameters:
remark - Remarks about this location.
siteAccessProblem - Problems previously encountered when visiting or performing work
at this service delivery point location. Examples include: bad
dog, violent customer, verbally abusive occupant, obstructions,
safety hazards, etc.
occupancyDate - Date when certificate of occupancy was provided for this
location, 0 if valid certificate of occupancy does not exist for
(inherited) 'Location.corporateCode'.
accessMethod - Method for the service person to access this service delivery
point location. For example, a description of where to obtain a
key if the facility is unmanned and secured.
ServiceDeliveryPoints - All service delivery points at this location.
- Overrides:
object.__init__
|