num property

UserNum num
final

Unique number of this User.

num is intended for an easier User identification by other Users. It's just like a telephone number in a real life.

num allows this User to perform a sign-in, when combined with a password.

It may be reused by another User in future, once this User becomes unreachable (sign-in for this User is impossible).

Implementation

final UserNum num;