public class Department extends Object
| Constructor and Description |
|---|
Department() |
Department(int id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
String |
getName() |
void |
setId(int id) |
void |
setName(String name) |
Copyright © 2025. All rights reserved.