TET
Class SystemEntry

java.lang.Object
  |
  +--TET.SystemEntry

public class SystemEntry
extends java.lang.Object

An information record about a system participating in a test.


Field Summary
 java.lang.String ts_name
          The name of the system.
 int ts_sysid
          The id of the system.
 
Constructor Summary
SystemEntry(int id, java.lang.String name)
          Construct a new SystemEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ts_sysid

public int ts_sysid
The id of the system.

ts_name

public java.lang.String ts_name
The name of the system.
Constructor Detail

SystemEntry

public SystemEntry(int id,
                   java.lang.String name)
Construct a new SystemEntry
Parameters:
id - ID of the system.
name - name of the system.