Interface User
-
- All Known Implementing Classes:
MinimumUser
public interface UserTheUserinterface defines the minimum data of a user.- Author:
- Manfred Tremmel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetUserName()get the user name.booleanisLoggedIn()check if user is logged in.voidsetUserName(String puserName)set the user name.
-