Class RootEmployee


  • public class RootEmployee
    extends java.lang.Object
    Equivalent to JdbcExample.Employee, but belongs to the unnamed (root) package.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int empid  
      java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      RootEmployee​(int empid, java.lang.String name)
      Creates a RootEmployee.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • empid

        public final int empid
      • name

        public final java.lang.String name
    • Constructor Detail

      • RootEmployee

        public RootEmployee​(int empid,
                            java.lang.String name)
        Creates a RootEmployee.