public interface UserSessionModel
Modifier and Type | Method and Description |
---|---|
void |
associateClient(ClientModel client) |
List<ClientModel> |
getClientAssociations() |
String |
getId() |
String |
getIpAddress() |
int |
getLastSessionRefresh() |
int |
getStarted() |
UserModel |
getUser() |
void |
removeAssociatedClient(ClientModel client) |
void |
setId(String id) |
void |
setIpAddress(String ipAddress) |
void |
setLastSessionRefresh(int seconds) |
void |
setStarted(int started) |
void |
setUser(UserModel user) |
String getId()
void setId(String id)
UserModel getUser()
void setUser(UserModel user)
String getIpAddress()
void setIpAddress(String ipAddress)
int getStarted()
void setStarted(int started)
int getLastSessionRefresh()
void setLastSessionRefresh(int seconds)
void associateClient(ClientModel client)
List<ClientModel> getClientAssociations()
void removeAssociatedClient(ClientModel client)
Copyright © 2014. All Rights Reserved.