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