public final class Manager extends Object
Constructor and Description |
---|
Manager(int id,
String email,
boolean isInitialPassword,
String initialPassword,
String firstName,
String lastName,
String phoneNumber,
boolean newUser,
String password) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getEmail()
Email of the manager/user.
|
String |
getFirstName()
First name of the manager/user.
|
int |
getId()
Id of the manager/user which is automatically set by the LicenseSpring platform, cannot be manually set.
|
String |
getInitialPassword()
Initial password of the manager/user, can be empty if it wasn't set during the creation process.
|
String |
getLastName()
Surname of the manager/user.
|
String |
getPassword()
Current password of the manager/user.
|
String |
getPhoneNumber()
Phone number of the manager/user.
|
int |
hashCode() |
boolean |
isInitialPassword()
Indicates if the manager/user has/had an initial password.
|
boolean |
isNewUser()
Indicates if this manager is a new user.
|
String |
toString() |
public int getId()
public String getEmail()
public boolean isInitialPassword()
public String getInitialPassword()
public String getFirstName()
public String getLastName()
public String getPhoneNumber()
public boolean isNewUser()
public String getPassword()
Copyright © 2023 Cense Data Inc.. All rights reserved.