public class EmployeeConsecutiveAssignmentEnd extends Object implements Comparable<EmployeeConsecutiveAssignmentEnd>, Serializable
Constructor and Description |
---|
EmployeeConsecutiveAssignmentEnd(Employee employee,
ShiftDate shiftDate) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(EmployeeConsecutiveAssignmentEnd other) |
boolean |
equals(Object o) |
Contract |
getContract() |
int |
getDistanceToLastDayOfWeekend() |
Employee |
getEmployee() |
ShiftDate |
getShiftDate() |
int |
getShiftDateDayIndex() |
int |
hashCode() |
boolean |
isWeekendAndNotLastDayOfWeekend() |
void |
setEmployee(Employee employee) |
void |
setShiftDate(ShiftDate shiftDate) |
String |
toString() |
public Employee getEmployee()
public void setEmployee(Employee employee)
public ShiftDate getShiftDate()
public void setShiftDate(ShiftDate shiftDate)
public int compareTo(EmployeeConsecutiveAssignmentEnd other)
compareTo
in interface Comparable<EmployeeConsecutiveAssignmentEnd>
public Contract getContract()
public int getShiftDateDayIndex()
public boolean isWeekendAndNotLastDayOfWeekend()
public int getDistanceToLastDayOfWeekend()
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.