public class User extends Object
Constructor and Description |
---|
User() |
Modifier and Type | Method and Description |
---|---|
static String |
getUserName(long id)
Creates a unique user name from an id.
|
static void |
main(String[] args)
Test code for the user name.
|