Interface MappingConfig
public interface MappingConfig
The Interface MappingConfig.
- Author:
- Dinesh Karuppiah.T
-
Method Summary
Modifier and TypeMethodDescriptionList of value to hold Address Line 1.List of value to hold Address Line 2.List of value to hold Address Line 3.getAge()List of value to hold Age.getDob()List of value to hold DOB.List of value to hold DOBtype.Gets the dynamic attributes.List of value to hold Email ID.getFace()List of value to hold Face.List of value to hold Finger print.List of value to hold Full Address.List of value to hold Gender.getIris()List of value to hold IRIS.Gets the left eye.List of value to hold Left Index.List of value to hold Left Little.List of value to hold Left Middle.List of value to hold Left Ring.List of value to hold Left Thumb.List of value to hold Location 1.List of value to hold Location 2.List of value to hold Location 3.getName()List of value to hold Full Name.getOtp()List of value to hold Otp.List of value to hold password.List of value to hold Phone Number.getPin()List of value to hold Pin.List of value to hold Postalcode.Gets the right eye.List of value to hold Right Index.List of value to hold Right Little.List of value to hold Right Middle.List of value to hold Right Ring.List of value to hold Right Thumb.
-
Method Details
-
getName
List of value to hold Full Name.- Returns:
- the name
-
getDob
List of value to hold DOB.- Returns:
- the dob
-
getDobType
List of value to hold DOBtype.- Returns:
- the dob type
-
getAge
List of value to hold Age.- Returns:
- the age
-
getGender
List of value to hold Gender.- Returns:
- the gender
-
getPhoneNumber
List of value to hold Phone Number.- Returns:
- the phone number
-
getEmailId
List of value to hold Email ID.- Returns:
- the email id
-
getAddressLine1
List of value to hold Address Line 1.- Returns:
- the address line 1
-
getAddressLine2
List of value to hold Address Line 2.- Returns:
- the address line 2
-
getAddressLine3
List of value to hold Address Line 3.- Returns:
- the address line 3
-
getLocation1
List of value to hold Location 1.- Returns:
- the location 1
-
getLocation2
List of value to hold Location 2.- Returns:
- the location 2
-
getLocation3
List of value to hold Location 3.- Returns:
- the location 3
-
getPostalCode
List of value to hold Postalcode.- Returns:
- the pin code
-
getFullAddress
List of value to hold Full Address.- Returns:
- the full address
-
getOtp
List of value to hold Otp.- Returns:
- the otp
-
getPin
List of value to hold Pin.- Returns:
- the pin
-
getIris
List of value to hold IRIS.- Returns:
- the iris
-
getLeftIndex
List of value to hold Left Index.- Returns:
- the left index
-
getLeftLittle
List of value to hold Left Little.- Returns:
- the left little
-
getLeftMiddle
List of value to hold Left Middle.- Returns:
- the left middle
-
getLeftRing
List of value to hold Left Ring.- Returns:
- the left ring
-
getLeftThumb
List of value to hold Left Thumb.- Returns:
- the left thumb
-
getRightIndex
List of value to hold Right Index.- Returns:
- the right index
-
getRightLittle
List of value to hold Right Little.- Returns:
- the right little
-
getRightMiddle
List of value to hold Right Middle.- Returns:
- the right middle
-
getRightRing
List of value to hold Right Ring.- Returns:
- the right ring
-
getRightThumb
List of value to hold Right Thumb.- Returns:
- the right thumb
-
getFingerprint
List of value to hold Finger print.- Returns:
- the fingerprint
-
getFace
List of value to hold Face.- Returns:
- the face
-
getLeftEye
Gets the left eye.- Returns:
- the left eye
-
getRightEye
Gets the right eye.- Returns:
- the right eye
-
getDynamicAttributes
Gets the dynamic attributes.- Returns:
- the dynamic attributes
-
getPassword
List of value to hold password.- Returns:
- the password
-