com.croftsoft.apps.chat.response
Class GetUserIdResponse
java.lang.Object
com.croftsoft.apps.chat.response.AbstractResponse
com.croftsoft.apps.chat.response.GetUserIdResponse
- All Implemented Interfaces:
- Response, Serializable
public final class GetUserIdResponse
- extends AbstractResponse
Response to a GetUserIdRequest.
- Since:
- 2003-06-07
- Version:
- 2003-06-07
- See Also:
- Serialized Form
- Author:
- David Wallace Croft
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetUserIdResponse
public GetUserIdResponse(boolean denied,
UserId userId,
boolean usernameBad,
boolean passwordBad)
GetUserIdResponse
public GetUserIdResponse(UserId userId)
getUserId
public UserId getUserId()
isUsernameBad
public boolean isUsernameBad()
isPasswordBad
public boolean isPasswordBad()
CroftSoft Apps Javadoc (2008-09-28 21:15:07)