Class RootEmployee
- java.lang.Object
-
- RootEmployee
-
public class RootEmployee extends java.lang.Object
Equivalent toJdbcExample.Employee
, but belongs to the unnamed (root) package.
-
-
Constructor Summary
Constructors Constructor Description RootEmployee(int empid, java.lang.String name)
Creates a RootEmployee.
-