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

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

public class ResetRecordSet
extends Command

A class that represents a VHI ResetRecordSet command.

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

Constructor Summary
ResetRecordSet(java.lang.String recordSet)
          Constructs a new ResetRecordSet command.
 
Method Summary
 java.lang.String getName()
          Gets the command name.
 java.lang.String getRecordSet()
          Gets the record set name.
 
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

ResetRecordSet

public ResetRecordSet(java.lang.String recordSet)
Constructs a new ResetRecordSet command.

Parameters:
recordSet - the record set name
Method Detail

getRecordSet

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

Returns:
the recordset name

getName

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

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