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

Class Appointment

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
   InfCommon.ScheduledEvent'.ScheduledEvent --+
                                              |
                                             Appointment

Meeting time and location.Meeting time and location.

Instance Methods [hide private]
 
__init__(self, callAhead=False, remark='', address=None, ErpPersons=None, meetingInterval=None, CallBack=None, *args, **kw_args)
Initialises a new 'Appointment' instance.
 
addErpPersons(self, *ErpPersons)
 
getCallBack(self)
 
getErpPersons(self)
 
removeErpPersons(self, *ErpPersons)
 
setCallBack(self, value)
 
setErpPersons(self, value)

Inherited from InfCommon.ScheduledEvent'.ScheduledEvent: addAssets, getActivityRecord, getAssets, getDocument, getScheduleParameterInfo, getTimePoint, removeAssets, setActivityRecord, setAssets, setDocument, setScheduleParameterInfo, setTimePoint

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 = {'callAhead': <type 'bool'>, 'remark': <type 'st...
  _attrs = ['callAhead', 'remark']
  _defaults = {'callAhead': False, 'remark': ''}
  _many_refs = ['ErpPersons']
  _refs = ['address', 'ErpPersons', 'meetingInterval', 'CallBack']
  address = None
  meetingInterval = None

Inherited from InfCommon.ScheduledEvent'.ScheduledEvent: status

Inherited from Element'.Element (private): _enums

Properties [hide private]
  CallBack
  ErpPersons

Inherited from InfCommon.ScheduledEvent'.ScheduledEvent: ActivityRecord, Assets, Document, ScheduleParameterInfo, TimePoint

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, callAhead=False, remark='', address=None, ErpPersons=None, meetingInterval=None, CallBack=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'Appointment' instance.

Parameters:
  • callAhead - True if requested to call customer when someone is about to arrive at their premises.
  • remark - Information about the appointment.
  • address - Address for appointment.
  • ErpPersons
  • meetingInterval - Date and time reserved for appointment.
  • CallBack
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'callAhead': <type 'bool'>, 'remark': <type 'str'>}

Property Details [hide private]

CallBack

Get Method:
getCallBack(self)
Set Method:
setCallBack(self, value)

ErpPersons

Get Method:
getErpPersons(self)
Set Method:
setErpPersons(self, value)