org.dfdaemon.il2.api.command.request
Class ChatCmd

java.lang.Object
  extended by org.dfdaemon.il2.api.command.Command<NoReply>
      extended by org.dfdaemon.il2.api.command.request.ChatCmd

public class ChatCmd
extends Command<NoReply>

Author:
aka50

Nested Class Summary
static class ChatCmd.Type
           
 
Field Summary
 String toWho
           
 ChatCmd.Type type
           
 String what
           
 
Constructor Summary
ChatCmd()
           
ChatCmd(String toWho, String what, ChatCmd.Type type)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

toWho

public String toWho

what

public String what

type

public ChatCmd.Type type
Constructor Detail

ChatCmd

public ChatCmd()

ChatCmd

public ChatCmd(String toWho,
               String what,
               ChatCmd.Type type)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Command<NoReply>


Copyright © 2007-2008. All Rights Reserved.