Class PersonalProfileValidatorRequestBody

    • Constructor Detail

      • PersonalProfileValidatorRequestBody

        public PersonalProfileValidatorRequestBody()
        Default constructor
      • PersonalProfileValidatorRequestBody

        public PersonalProfileValidatorRequestBody​(PersonalProfileValidatorRequestBody template)
        Copy/clone constructor
        Parameters:
        template - object to copy
    • Method Detail

      • getEmployeeNumber

        public String getEmployeeNumber()
        Return the the unique employee number for this governance officer.
        Returns:
        String identifier
      • setEmployeeNumber

        public void setEmployeeNumber​(String employeeNumber)
        Set up the unique employee number for this governance officer.
        Parameters:
        employeeNumber - String identifier
      • equals

        public boolean equals​(Object objectToCompare)
        Equals method that returns true if containing properties are the same.
        Overrides:
        equals in class Object
        Parameters:
        objectToCompare - object to compare
        Returns:
        boolean result of comparison
      • hashCode

        public int hashCode()
        Return hash code for this object
        Overrides:
        hashCode in class Object
        Returns:
        int hash code