Class Linq4jTest.Department

  • Enclosing class:
    Linq4jTest

    public static class Linq4jTest.Department
    extends java.lang.Object
    Department.
    • Constructor Summary

      Constructors 
      Constructor Description
      Department​(java.lang.String name, int deptno, java.util.List<Linq4jTest.Employee> employees)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • name

        public final java.lang.String name
      • deptno

        public final int deptno
    • Constructor Detail

      • Department

        public Department​(java.lang.String name,
                          int deptno,
                          java.util.List<Linq4jTest.Employee> employees)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object