Class PayslipV2Employee

  • All Implemented Interfaces:
    PositionData

    public class PayslipV2Employee
    extends BaseField
    Information about the employee.
    • Constructor Detail

      • PayslipV2Employee

        public PayslipV2Employee()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in class BaseField
        Returns:
        true if the field is empty, false otherwise.
      • toFieldList

        public String toFieldList()
        Output the object in a format suitable for inclusion in an rST field list.
      • getAddress

        public String getAddress()
        The address of the employee.
      • getDateOfBirth

        public String getDateOfBirth()
        The date of birth of the employee.
      • getFirstName

        public String getFirstName()
        The first name of the employee.
      • getLastName

        public String getLastName()
        The last name of the employee.
      • getPhoneNumber

        public String getPhoneNumber()
        The phone number of the employee.
      • getRegistrationNumber

        public String getRegistrationNumber()
        The registration number of the employee.
      • getSocialSecurityNumber

        public String getSocialSecurityNumber()
        The social security number of the employee.