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

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

public class UpdateRecordSetFields
extends Command

A class that represents a VHI UpdateRecordSetFields command.

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

Constructor Summary
UpdateRecordSetFields(java.lang.String recordSet)
          Constructs a new UpdateRSFields 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

UpdateRecordSetFields

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

Parameters:
recordSet - the record set name
Method Detail

getRecordSet

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

Returns:
the record set name

getName

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

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