public class EmployeeConsecutiveWeekendAssignmentEnd extends Object implements Comparable<EmployeeConsecutiveWeekendAssignmentEnd>, Serializable
Constructor and Description |
---|
EmployeeConsecutiveWeekendAssignmentEnd(Employee employee,
int sundayIndex) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(EmployeeConsecutiveWeekendAssignmentEnd other) |
boolean |
equals(Object o) |
Contract |
getContract() |
Employee |
getEmployee() |
int |
getSundayIndex() |
int |
hashCode() |
void |
setEmployee(Employee employee) |
void |
setSundayIndex(int sundayIndex) |
String |
toString() |
public EmployeeConsecutiveWeekendAssignmentEnd(Employee employee, int sundayIndex)
public Employee getEmployee()
public void setEmployee(Employee employee)
public int getSundayIndex()
public void setSundayIndex(int sundayIndex)
public int compareTo(EmployeeConsecutiveWeekendAssignmentEnd other)
compareTo
in interface Comparable<EmployeeConsecutiveWeekendAssignmentEnd>
public Contract getContract()
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.