com.ericsson.tic.vi
Class Command

java.lang.Object
  extended by com.ericsson.tic.vi.Command

public class Command
extends Object

A command which can be sent to the master system using the ToolbarPanel.

Version:
1.0 (2008-12-04)
Author:
Sami Matilainen

Field Summary
 int id
          The id of this command.
 String message
          The actual message.
 String name
          The name of this command (as it will appear in the GUI)
 String prefix
          A prefix for the message.
 
Constructor Summary
Command(int id, String name, String prefix, String message)
          Creates a Command.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id
The id of this command.


name

public String name
The name of this command (as it will appear in the GUI)


prefix

public String prefix
A prefix for the message.


message

public String message
The actual message.

Constructor Detail

Command

public Command(int id,
               String name,
               String prefix,
               String message)
Creates a Command.

Parameters:
id - The id of this command.
name - The name of this command (as it will appear in the GUI)
prefix - A prefix for the message.
message - The actual message.