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