org.jbrain.qlink.cmd.action
Class TestDoubleText

java.lang.Object
  |
  +--org.jbrain.qlink.cmd.AbstractCommand
        |
        +--org.jbrain.qlink.cmd.action.AbstractAction
              |
              +--org.jbrain.qlink.cmd.action.Abstract2StringAction
                    |
                    +--org.jbrain.qlink.cmd.action.TestDoubleText
All Implemented Interfaces:
Action, Command

public class TestDoubleText
extends Abstract2StringAction


Field Summary
 
Fields inherited from class org.jbrain.qlink.cmd.action.Abstract2StringAction
_sData1, _sData2
 
Fields inherited from class org.jbrain.qlink.cmd.action.AbstractAction
CMD_ACTION
 
Fields inherited from class org.jbrain.qlink.cmd.AbstractCommand
_iCalculatedCRC, _iReportedCRC
 
Fields inherited from interface org.jbrain.qlink.cmd.Command
CMD_START
 
Constructor Summary
TestDoubleText(java.lang.String command, java.lang.String text, java.lang.String text2)
           
 
Methods inherited from class org.jbrain.qlink.cmd.action.Abstract2StringAction
getBytes
 
Methods inherited from class org.jbrain.qlink.cmd.action.AbstractAction
finalizeCmd, getAction, getBytes, getName, getString
 
Methods inherited from class org.jbrain.qlink.cmd.AbstractCommand
getCommand, getRecvSequence, getSendSequence, setRecvSequence, setSendSequence
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jbrain.qlink.cmd.Command
getCommand, getRecvSequence, getSendSequence, setRecvSequence, setSendSequence
 

Constructor Detail

TestDoubleText

public TestDoubleText(java.lang.String command,
                      java.lang.String text,
                      java.lang.String text2)