public static class DumpTestController.Employee extends Object
| Modifier and Type | Method and Description |
|---|---|
Date |
getBirthdate() |
static int |
getEmployeeCount() |
List<String> |
getFavoriteColors() |
int |
getFormerId()
Deprecated.
|
String |
getFullName() |
int |
getId() |
String |
getMiddleName() |
String |
getName(String which) |
String |
getNickname() |
DumpTestController.Employee |
getSupervisor() |
boolean |
isMarried() |
void |
setFavoriteColors(String... colors) |
void |
setNickname(String nickname) |
protected void |
setSupervisor(DumpTestController.Employee supervisor) |
protected void setSupervisor(DumpTestController.Employee supervisor)
public void setNickname(String nickname)
public void setFavoriteColors(String... colors)
public static int getEmployeeCount()
public String getFullName()
public String getMiddleName()
public String getNickname()
public Date getBirthdate()
public int getId()
public boolean isMarried()
@Deprecated public int getFormerId()
public DumpTestController.Employee getSupervisor()
Copyright © 2022. All rights reserved.