Class RegistrationDataChanges

java.lang.Object
org.dspace.eperson.dto.RegistrationDataChanges

public class RegistrationDataChanges extends Object
Class that embeds a change done for the RegistrationData
Author:
Vincenzo Mecca (vins01-4science - vincenzo.mecca at 4science.com)
  • Constructor Details

  • Method Details

    • isValidEmail

      public boolean isValidEmail()
      Checks if the email is valid using the EMAIL_PATTERN.
      Returns:
      true if valid, false otherwise
    • getEmail

      public String getEmail()
      Returns the email of change.
      Returns:
      the email of the change
    • getRegistrationType

      public RegistrationTypeEnum getRegistrationType()
      Returns the RegistrationTypeEnum of the registration.
      Returns:
      the type of the change