Class DayOffRequest
- java.lang.Object
-
- employeerostering.employeerostering.DayOffRequest
-
- All Implemented Interfaces:
Serializable
public class DayOffRequest extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DayOffRequest()DayOffRequest(Employee employee, LocalDate date)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalDategetDate()EmployeegetEmployee()voidsetDate(LocalDate date)voidsetEmployee(Employee employee)
-