Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfOperations :: Module CallBack' :: Class CallBack
[hide private]
[frames] | no frames]

Class CallBack

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         CallBack

Information about a planned CallBack or a CallBack that has occurred, from the utility to a customer regarding the status and plans about resolving trouble, performing work, etc.Information about a planned CallBack or a CallBack that has occurred, from the utility to a customer regarding the status and plans about resolving trouble, performing work, etc.

Instance Methods [hide private]
 
__init__(self, dateTime='', comment='', advice='', contactDetail='', problemInfo='', Appointments=None, ErpPersons=None, TroubleTickets=None, status=None, *args, **kw_args)
Initialises a new 'CallBack' instance.
 
addAppointments(self, *Appointments)
 
addErpPersons(self, *ErpPersons)
 
addTroubleTickets(self, *TroubleTickets)
 
getAppointments(self)
 
getErpPersons(self)
 
getTroubleTickets(self)
 
removeAppointments(self, *Appointments)
 
removeErpPersons(self, *ErpPersons)
 
removeTroubleTickets(self, *TroubleTickets)
 
setAppointments(self, value)
 
setErpPersons(self, value)
 
setTroubleTickets(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__

Class Variables [hide private]
  _attr_types = {'advice': <type 'str'>, 'comment': <type 'str'>...
  _attrs = ['dateTime', 'comment', 'advice', 'contactDetail', 'p...
  _defaults = {'advice': '', 'comment': '', 'contactDetail': '',...
  _many_refs = ['Appointments', 'ErpPersons', 'TroubleTickets']
  _refs = ['Appointments', 'ErpPersons', 'TroubleTickets', 'stat...
  status = None

Inherited from Element'.Element (private): _enums

Properties [hide private]
  Appointments
  ErpPersons
  TroubleTickets

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, dateTime='', comment='', advice='', contactDetail='', problemInfo='', Appointments=None, ErpPersons=None, TroubleTickets=None, status=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'CallBack' instance.

Parameters:
  • dateTime - (if callback already occured) Date and time when this call back occurred.
  • comment - Comments by customer during this call back.
  • advice - Advice already given to the customer during this call back.
  • contactDetail - Additional contact details that are not provided for ErpPerson with ErpTelephoneNumber.
  • problemInfo - Descriptiion of the problem reported during this call back.
  • Appointments
  • ErpPersons
  • TroubleTickets
  • status
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'advice': <type 'str'>,
 'comment': <type 'str'>,
 'contactDetail': <type 'str'>,
 'dateTime': <type 'str'>,
 'problemInfo': <type 'str'>}

_attrs

Value:
['dateTime', 'comment', 'advice', 'contactDetail', 'problemInfo']

_defaults

Value:
{'advice': '',
 'comment': '',
 'contactDetail': '',
 'dateTime': '',
 'problemInfo': ''}

_refs

Value:
['Appointments', 'ErpPersons', 'TroubleTickets', 'status']

Property Details [hide private]

Appointments

Get Method:
getAppointments(self)
Set Method:
setAppointments(self, value)

ErpPersons

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

TroubleTickets

Get Method:
getTroubleTickets(self)
Set Method:
setTroubleTickets(self, value)