|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--TET.SystemEntry
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 |
public int ts_sysid
public java.lang.String ts_name
| Constructor Detail |
public SystemEntry(int id,
java.lang.String name)
SystemEntryid - ID of the system.name - name of the system.
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||