Interface IUser


public interface IUser
  • Field Details

  • Method Details

    • getName

      String getName()
      Returns:
      the user name.
    • getPassword

      String getPassword()
      Returns:
      the password.
    • getEmail

      String getEmail()
      Returns:
      the email address.
    • getFullName

      String getFullName()
      Returns:
      the full name.
    • getRole

      int getRole()
      Returns:
      the role (DESIGNER | VIEWER)
    • getSecurityLevel

      int getSecurityLevel()
      Returns:
      the security level number.