public class EmployeeFreeSequence extends Object implements Comparable<EmployeeFreeSequence>, Serializable
| Constructor and Description |
|---|
EmployeeFreeSequence(Employee employee,
int firstDayIndex,
int lastDayIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(EmployeeFreeSequence other) |
boolean |
equals(Object o) |
int |
getDayLength() |
Employee |
getEmployee() |
int |
getFirstDayIndex() |
int |
getLastDayIndex() |
int |
hashCode() |
void |
setEmployee(Employee employee) |
void |
setFirstDayIndex(int firstDayIndex) |
void |
setLastDayIndex(int lastDayIndex) |
String |
toString() |
public EmployeeFreeSequence(Employee employee, int firstDayIndex, int lastDayIndex)
public Employee getEmployee()
public void setEmployee(Employee employee)
public int getFirstDayIndex()
public void setFirstDayIndex(int firstDayIndex)
public int getLastDayIndex()
public void setLastDayIndex(int lastDayIndex)
public int compareTo(EmployeeFreeSequence other)
compareTo in interface Comparable<EmployeeFreeSequence>public int getDayLength()
Copyright © 2006–2015 JBoss by Red Hat. All rights reserved.