Searched defs:Employee (Results 1 – 10 of 10) sorted by relevance
198 static class Employee { class in TypeHierarchyAdapterTest202 Employee(String userid, long startDate) { in Employee() method in TypeHierarchyAdapterTest.Employee207 Employee() {} in Employee() method in TypeHierarchyAdapterTest.Employee
23 class Employee { class45 private Employee(Builder builder) { in Employee() method in Employee
68 public static class Employee { class in TestObjectId79 public Employee() { } in Employee() method in TestObjectId.Employee80 public Employee(int id, String name, Employee manager) { in Employee() method in TestObjectId.Employee
17 public static class Employee { class in ReferentialWithObjectIdTest
45 data class Employee(val name: ClassWithConstructor, val age: Int) {} dataClass
178 static class Employee { class in GraphAdapterBuilderTest181 Employee(String name, Company company) { in Employee() method in GraphAdapterBuilderTest.Employee
22 public abstract class Employee { class
21 public interface Employee extends User { interface in TestAbstractTypeNames
51 class Employee: class
60 class Employee: class