Class Employee


  • public class Employee
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Long id  
      java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      Employee()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • name

        public java.lang.String name
      • id

        public java.lang.Long id
    • Constructor Detail

      • Employee

        public Employee()