Package com.saperion.rmi
Class MutableUserInformationImpl
- java.lang.Object
-
- com.saperion.rmi.MutableUserInformationImpl
-
- All Implemented Interfaces:
MutableUserInformation
,java.io.Serializable
- Direct Known Subclasses:
SaUserInfoImpl
public class MutableUserInformationImpl extends java.lang.Object implements MutableUserInformation
- Author:
- jsc Date: 20.07.12 Time: 18:36
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MutableUserInformationImpl(boolean present, UserFlags userFlags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserFlags
getUserFlags()
boolean
isPresent()
-
-
-
Constructor Detail
-
MutableUserInformationImpl
public MutableUserInformationImpl(boolean present, UserFlags userFlags)
-
-
Method Detail
-
isPresent
public boolean isPresent()
- Specified by:
isPresent
in interfaceMutableUserInformation
- Returns:
- wether the user is present.
-
getUserFlags
public UserFlags getUserFlags()
- Specified by:
getUserFlags
in interfaceMutableUserInformation
- Returns:
- The special flags concerning this user
-
-