com.croftsoft.apps.chat.response
Class CreateUserResponse

java.lang.Object
  extended by com.croftsoft.apps.chat.response.AbstractResponse
      extended by com.croftsoft.apps.chat.response.CreateUserResponse
All Implemented Interfaces:
Response, Serializable

public final class CreateUserResponse
extends AbstractResponse

Response to a CreateUserRequest.

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

Constructor Summary
CreateUserResponse(boolean denied, UserId userId, boolean usernameBad)
           
CreateUserResponse(UserId userId)
           
 
Method Summary
 UserId getUserId()
           
 boolean isUsernameBad()
           
 
Methods inherited from class com.croftsoft.apps.chat.response.AbstractResponse
isDenied
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateUserResponse

public CreateUserResponse(boolean denied,
                          UserId userId,
                          boolean usernameBad)

CreateUserResponse

public CreateUserResponse(UserId userId)
Method Detail

getUserId

public UserId getUserId()

isUsernameBad

public boolean isUsernameBad()

CroftSoft Javadoc

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