com.wrq.vhi.script.api.command
Class TransmitToField

java.lang.Object
  extended by com.wrq.vhi.script.api.command.Command
      extended by com.wrq.vhi.script.api.command.TransmitToField

public class TransmitToField
extends Command

A class that represents a VHI TransmitToField command.

See Also:
CommandList, HostSession.executeCommandList(com.wrq.vhi.script.api.command.CommandList), HostSession.transmitToField(java.lang.String, java.lang.String, java.lang.String)

Constructor Summary
TransmitToField(java.lang.String recordSet, java.lang.String field, java.lang.String value)
          Constructs a new TransmitToField command.
 
Method Summary
 java.lang.String getField()
          Gets the field name.
 java.lang.String getName()
          Gets the command name.
 java.lang.String getRecordSet()
          Gets the record set name.
 java.lang.String getValue()
          Gets the value.
 
Methods inherited from class com.wrq.vhi.script.api.command.Command
isValidEchoType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransmitToField

public TransmitToField(java.lang.String recordSet,
                       java.lang.String field,
                       java.lang.String value)
Constructs a new TransmitToField command.

Parameters:
recordSet - the recordset name
field - the field name
value - the value
Method Detail

getRecordSet

public java.lang.String getRecordSet()
Gets the record set name.

Returns:
the record set name

getField

public java.lang.String getField()
Gets the field name.

Returns:
the field name

getValue

public java.lang.String getValue()
Gets the value.

Returns:
the value

getName

public java.lang.String getName()
Gets the command name.

Specified by:
getName in class Command
Returns:
the command name