com.croftsoft.apps.chat.request
Class CreateModelRequest

java.lang.Object
  extended by com.croftsoft.apps.chat.request.AbstractRequest
      extended by com.croftsoft.apps.chat.request.CoalesceableRequest
          extended by com.croftsoft.apps.chat.request.CreateModelRequest
All Implemented Interfaces:
Request, Serializable

public final class CreateModelRequest
extends CoalesceableRequest

A request to create an avatar.

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

Field Summary
 
Fields inherited from class com.croftsoft.apps.chat.request.AbstractRequest
authentication
 
Constructor Summary
CreateModelRequest(Authentication authentication, String avatarType, double x, double y)
           
 
Method Summary
 String getAvatarType()
           
 double getX()
           
 double getY()
           
 
Methods inherited from class com.croftsoft.apps.chat.request.CoalesceableRequest
equals
 
Methods inherited from class com.croftsoft.apps.chat.request.AbstractRequest
getAuthentication
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateModelRequest

public CreateModelRequest(Authentication authentication,
                          String avatarType,
                          double x,
                          double y)
Method Detail

getAvatarType

public String getAvatarType()

getX

public double getX()

getY

public double getY()

CroftSoft Javadoc

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