com.elvyx.client.command
Class CmdEDT

java.lang.Object
  extended by com.elvyx.client.command.CmdEDT
All Implemented Interfaces:
Command

public class CmdEDT
extends java.lang.Object
implements Command

Command EDT.[ Erase data ]. It erase data in the database.

Since:
1.0
Version:
$Revision: 1.1 $
Author:
Armando Perdomo

Constructor Summary
CmdEDT()
           
 
Method Summary
 java.lang.String getId()
          Return the command Id
 java.lang.String getMessage(java.lang.Object object)
          Return the command message with the parameters set.
 java.lang.String toString()
          to String
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CmdEDT

public CmdEDT()
Method Detail

getId

public java.lang.String getId()
Return the command Id

Specified by:
getId in interface Command

getMessage

public java.lang.String getMessage(java.lang.Object object)
Return the command message with the parameters set.

Specified by:
getMessage in interface Command
Parameters:
object -
Returns:
XML Message

toString

public java.lang.String toString()
to String

Overrides:
toString in class java.lang.Object


Copyright © 2006-2008 Armando Perdomo. All Rights Reserved.