Introduction
The employee_Address object allows you to add modify and delete the temporary, permanent, and emergency address details of an employee to/ from the system and get all the address details when required.
Employee_ Address Attributes
| Attribute Name | Type | Description | 
| addressInfoId | Integer | The unique id for the address info. | 
| empId | Integer | The Employee ID of the employee whose address is being added by the object. | 
| addressType | String | The types of address | 
| addressLine1 | String | The Line 1 of the address | 
| addressLine2 | String | The Line 2 of the address | 
| addressLine3 | String | The Line 3 of the address | 
| country | String | The country of the address | 
| state | String | The state of the address | 
| city | String | The city of the address | 
| pinCode | String | The pin code of the address | 
| alternateEmailId | String | The alternateEmailId of the employee | 
| mobileNo | String | The mobile number of the employee | 
| officeNo | String | The office telephone number of the employee | 
| residenceNo | String | The residence telephone number of the employee | 
| emergencyContactPerson | String | The emergency contact person for the employee | 
| emergencyContactPersonRelationShip | String | The relationship of the employee with emergency contact person | 
| emergencyContactNo | String | The emergency contact person’s contact number | 
| emergencyContactDetails | String | The details of the emergency contact person | 
Methods
- getCurrentAddress()
 - addCurrentAddress()
 - updateCurrentAddress()
 - getPermanentAddress()
 - addPermanentAddress()
 - updatePermanentAddress()
 - getEmergencyContact()
 - addEmergencyAddress()
 - updateEmergencyAddress()
 - deleteAddress()
 - getAllAddress()
 
Click on each of these links to know more about them:


