public class Record extends CommandMessage
| Modifier and Type | Field and Description |
|---|---|
protected String |
FileName
Name of the saved demo file.
|
| Constructor and Description |
|---|
Record()
Creates new instance of command Record.
|
Record(Record original)
Cloning constructor.
|
Record(String FileName)
Creates new instance of command Record.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
Name of the saved demo file.
|
Record |
setFileName(String FileName)
Name of the saved demo file.
|
String |
toHtmlString() |
String |
toMessage() |
String |
toString() |
protected String FileName
public Record(String FileName)
FileName - Name of the saved demo file. The file will be located on the
server.public Record()
public Record(Record original)
public String getFileName()
public Record setFileName(String FileName)
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.