com.croftsoft.apps.chat.user.seri
Class SeriUser

java.lang.Object
  extended by com.croftsoft.apps.chat.user.seri.SeriUser
All Implemented Interfaces:
User, Serializable

public final class SeriUser
extends Object
implements Serializable, User

Serializable User implementation.

Since:
2003-06-05
Version:
2003-06-18
See Also:
Serialized Form
Author:
David Wallace Croft

Constructor Summary
SeriUser(UserId userId, String username, String password)
           
 
Method Summary
 long getEventIndex()
           
 long getLastRequestTime()
           
 Queue getMessageQueue()
           
 ModelId getModelId()
           
 String getPassword()
           
 Queue getRequestQueue()
           
 UserId getUserId()
           
 String getUsername()
           
 long nextEventIndex()
           
 void setModelId(ModelId modelId)
           
 void setPassword(String password)
           
 void updateLastRequestTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeriUser

public SeriUser(UserId userId,
                String username,
                String password)
Method Detail

getEventIndex

public long getEventIndex()
Specified by:
getEventIndex in interface User

getLastRequestTime

public long getLastRequestTime()
Specified by:
getLastRequestTime in interface User

getMessageQueue

public Queue getMessageQueue()
Specified by:
getMessageQueue in interface User

getRequestQueue

public Queue getRequestQueue()
Specified by:
getRequestQueue in interface User

getModelId

public ModelId getModelId()
Specified by:
getModelId in interface User

getPassword

public String getPassword()
Specified by:
getPassword in interface User

getUserId

public UserId getUserId()
Specified by:
getUserId in interface User

getUsername

public String getUsername()
Specified by:
getUsername in interface User

nextEventIndex

public long nextEventIndex()
Specified by:
nextEventIndex in interface User

setModelId

public void setModelId(ModelId modelId)
Specified by:
setModelId in interface User

setPassword

public void setPassword(String password)
Specified by:
setPassword in interface User

updateLastRequestTime

public void updateLastRequestTime()
Specified by:
updateLastRequestTime in interface User

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)