com.croftsoft.apps.chat.user
Interface User

All Known Implementing Classes:
SeriUser

public interface User

User data.

Since:
2003-06-05
Version:
2003-06-18
Author:
David Wallace Croft

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()
           
 

Method Detail

getEventIndex

long getEventIndex()

getLastRequestTime

long getLastRequestTime()

getMessageQueue

Queue getMessageQueue()

getModelId

ModelId getModelId()

getPassword

String getPassword()

getRequestQueue

Queue getRequestQueue()

getUserId

UserId getUserId()

getUsername

String getUsername()

nextEventIndex

long nextEventIndex()

setModelId

void setModelId(ModelId modelId)

setPassword

void setPassword(String password)

updateLastRequestTime

void updateLastRequestTime()

CroftSoft Javadoc

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