org.optaplanner.examples.nurserostering.domain.solver
public class EmployeeAssignmentTotal extends Object implements Comparable<EmployeeAssignmentTotal>, Serializable
Constructor and Description |
---|
EmployeeAssignmentTotal(Employee employee,
int total) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(EmployeeAssignmentTotal other) |
boolean |
equals(Object o) |
Employee |
getEmployee() |
Contract |
getEmployeeContract() |
int |
getTotal() |
int |
hashCode() |
void |
setEmployee(Employee employee) |
void |
setTotal(int total) |
String |
toString() |
public EmployeeAssignmentTotal(Employee employee, int total)
public Employee getEmployee()
public void setEmployee(Employee employee)
public int getTotal()
public void setTotal(int total)
public int compareTo(EmployeeAssignmentTotal other)
compareTo
in interface Comparable<EmployeeAssignmentTotal>
public Contract getEmployeeContract()
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.