com.elvyx.client.command
Class CmdGDT

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

public class CmdGDT
extends java.lang.Object
implements Command

Command GDT.[ Get details ]. It get data details for a statement. It means every measured value.

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

Constructor Summary
CmdGDT()
           
 
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

CmdGDT

public CmdGDT()
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.