public class PasswordReply extends CommandMessage
| Modifier and Type | Field and Description |
|---|---|
protected String |
Password
The password.
|
| Constructor and Description |
|---|
PasswordReply()
Creates new instance of command PasswordReply.
|
PasswordReply(PasswordReply original)
Cloning constructor.
|
PasswordReply(String Password)
Creates new instance of command PasswordReply.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
The password.
|
PasswordReply |
setPassword(String Password)
The password.
|
String |
toHtmlString() |
String |
toMessage() |
String |
toString() |
protected String Password
public PasswordReply(String Password)
Password - The password.public PasswordReply()
public PasswordReply(PasswordReply original)
public String getPassword()
public PasswordReply setPassword(String Password)
public String toString()
toString in class CommandMessagepublic String toHtmlString()
public String toMessage()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.