public class User
extends Object
| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate()
Returns the date this user was created.
|
Date |
getLastUseDate()
Returns the last time a command was issued as this user.
|
String |
getUsername()
Returns the username of this user.
|
public Date getLastUseDate()
public Date getCreationDate()
public String getUsername()