public static class STCurrentTestCase.Employee
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
STCurrentTestCase.Employee |
boss |
STCurrentTestCase.Department |
dept |
java.lang.String |
name |
java.lang.Float |
salary |
| Constructor and Description |
|---|
STCurrentTestCase.Employee() |
public java.lang.String name
public java.lang.Float salary
public STCurrentTestCase.Department dept
public STCurrentTestCase.Employee boss