Interface ECpdsApplication.IncomingUserMixIn
- Enclosing class:
ECpdsApplication
public static interface ECpdsApplication.IncomingUserMixIn
The Interface IncomingUserMixIn.
-
Method Summary
Modifier and TypeMethodDescriptionGets the comment.getIso()
Gets the iso.Gets the last login.Gets the last login host.void
setActive
(boolean param) Sets the active.void
setLastLogin
(Timestamp param) Sets the last login.void
setSynchronized
(boolean param) Sets the synchronized.
-
Method Details
-
getIso
-
getComment
-
getLastLogin
-
getLastLoginHost
-
setActive
void setActive(boolean param) Sets the active.- Parameters:
param
- the new active
-
setSynchronized
void setSynchronized(boolean param) Sets the synchronized.- Parameters:
param
- the new synchronized
-
setLastLogin
-