public static class StatementTest.Department extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
deptno |
List<StatementTest.Employee> |
employees |
String |
name |
| Constructor and Description |
|---|
Department(int deptno,
String name,
List<StatementTest.Employee> employees) |
public final int deptno
public final String name
public final List<StatementTest.Employee> employees
public Department(int deptno,
String name,
List<StatementTest.Employee> employees)
Copyright © 2012–2019 The Apache Software Foundation. All rights reserved.