|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.base.communication.messages.CommandMessage
cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PasswordReply
public class PasswordReply
Representation of the GameBots2004 command PASSWORD. Send password to the server. For more information see command SETPASS.
| Field Summary | |
|---|---|
protected String |
Password
The password. |
static String |
PROTOTYPE
Example how the message looks like - used during parser tests. |
| Constructor Summary | |
|---|---|
PasswordReply()
Creates new instance of command PasswordReply. |
|
PasswordReply(PasswordReply original)
Cloning constructor. |
|
PasswordReply(String Password)
Creates new instance of command PasswordReply. |
|
| Method Summary | |
|---|---|
String |
getPassword()
The password. |
PasswordReply |
setPassword(String Password)
The password. |
String |
toHtmlString()
|
String |
toMessage()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String PROTOTYPE
protected String Password
| Constructor Detail |
|---|
public PasswordReply(String Password)
Password - The password.public PasswordReply()
public PasswordReply(PasswordReply original)
original - | Method Detail |
|---|
public String getPassword()
public PasswordReply setPassword(String Password)
public String toString()
toString in class CommandMessagepublic String toHtmlString()
public String toMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||