All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class TET.SystemEntry

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

public class SystemEntry
extends Object
An information record about a system participating in a test.


Variable Index

 o ts_name
The name of the system.
 o ts_sysid
The id of the system.

Constructor Index

 o SystemEntry(int, String)
Construct a new SystemEntry

Variables

 o ts_sysid
 public int ts_sysid
The id of the system.

 o ts_name
 public String ts_name
The name of the system.

Constructors

 o SystemEntry
 public SystemEntry(int id,
                    String name)
Construct a new SystemEntry

Parameters:
id - ID of the system.
name - name of the system.

All Packages  Class Hierarchy  This Package  Previous  Next  Index