public class EmployeeWorkSequence extends Object implements Comparable<EmployeeWorkSequence>, Serializable
Constructor and Description |
---|
EmployeeWorkSequence(Employee employee,
int firstDayIndex,
int lastDayIndex) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(EmployeeWorkSequence 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 EmployeeWorkSequence(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(EmployeeWorkSequence other)
compareTo
in interface Comparable<EmployeeWorkSequence>
public int getDayLength()
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.