public interface User
User interface defines the minimum data of a user.| Modifier and Type | Method and Description |
|---|---|
String |
getUserName()
get the user name.
|
boolean |
isLoggedIn()
check if user is logged in.
|
void |
setUserName(String puserName)
set the user name.
|
Copyright © 2015. All rights reserved.