General purpose information for name and other information to contact
people.General purpose information for name and other information to
contact people.
|
|
__init__(self,
category='',
lastName='',
firstName='',
governmentID='',
mName='',
suffix='',
specialNeed='',
prefix='',
ServiceLocation=None,
ErpOrganisationRoles=None,
Appointments=None,
Crews=None,
LaborItems=None,
LandPropertyRoles=None,
ActivityRecords=None,
MeasurementValues=None,
Skills=None,
landlinePhone=None,
mobilePhone=None,
ChangeItems=None,
status=None,
DocumentRoles=None,
ErpPersonnel=None,
Crafts=None,
CustomerData=None,
CallBacks=None,
SwitchingStepRoles=None,
electronicAddress=None,
ErpCompetency=None,
*args,
**kw_args)
Initialises a new 'ErpPerson' instance. |
|
|
|
|
| addActivityRecords(self,
*ActivityRecords) |
|
|
|
|
| addAppointments(self,
*Appointments) |
|
|
|
|
| addCallBacks(self,
*CallBacks) |
|
|
|
|
| addChangeItems(self,
*ChangeItems) |
|
|
|
|
|
|
|
|
|
|
| addDocumentRoles(self,
*DocumentRoles) |
|
|
|
|
| addErpOrganisationRoles(self,
*ErpOrganisationRoles) |
|
|
|
|
| addLaborItems(self,
*LaborItems) |
|
|
|
|
| addLandPropertyRoles(self,
*LandPropertyRoles) |
|
|
|
|
| addMeasurementValues(self,
*MeasurementValues) |
|
|
|
|
|
|
|
| addSwitchingStepRoles(self,
*SwitchingStepRoles) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getCrews(self)
All Crews to which this ErpPerson belongs. |
|
|
|
|
|
|
|
|
|
|
|
|
|
| getErpOrganisationRoles(self) |
|
|
|
|
|
|
|
|
|
|
| getLandPropertyRoles(self) |
|
|
|
|
| getMeasurementValues(self) |
|
|
|
|
|
|
|
|
|
|
| getSwitchingStepRoles(self) |
|
|
|
|
| removeActivityRecords(self,
*ActivityRecords) |
|
|
|
|
| removeAppointments(self,
*Appointments) |
|
|
|
|
| removeCallBacks(self,
*CallBacks) |
|
|
|
|
| removeChangeItems(self,
*ChangeItems) |
|
|
|
|
| removeCrafts(self,
*Crafts) |
|
|
|
|
| removeCrews(self,
*Crews) |
|
|
|
|
| removeDocumentRoles(self,
*DocumentRoles) |
|
|
|
|
| removeErpOrganisationRoles(self,
*ErpOrganisationRoles) |
|
|
|
|
| removeLaborItems(self,
*LaborItems) |
|
|
|
|
| removeLandPropertyRoles(self,
*LandPropertyRoles) |
|
|
|
|
| removeMeasurementValues(self,
*MeasurementValues) |
|
|
|
|
| removeSkills(self,
*Skills) |
|
|
|
|
| removeSwitchingStepRoles(self,
*SwitchingStepRoles) |
|
|
|
|
| setActivityRecords(self,
value) |
|
|
|
|
| setAppointments(self,
value) |
|
|
|
|
| setCallBacks(self,
value) |
|
|
|
|
| setChangeItems(self,
value) |
|
|
|
|
|
|
|
|
|
|
| setCustomerData(self,
value) |
|
|
|
|
| setDocumentRoles(self,
value) |
|
|
|
|
| setErpCompetency(self,
value) |
|
|
|
|
| setErpOrganisationRoles(self,
value) |
|
|
|
|
| setErpPersonnel(self,
value) |
|
|
|
|
| setLaborItems(self,
value) |
|
|
|
|
| setLandPropertyRoles(self,
value) |
|
|
|
|
| setMeasurementValues(self,
value) |
|
|
|
|
| setServiceLocation(self,
value) |
|
|
|
|
|
|
|
| setSwitchingStepRoles(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__
|