org.drools.planner.examples.nurserostering.domain.request
Class DayOnRequest
java.lang.Object
org.drools.planner.examples.common.domain.AbstractPersistable
org.drools.planner.examples.nurserostering.domain.request.DayOnRequest
- All Implemented Interfaces:
- Serializable, Comparable<DayOnRequest>
public class DayOnRequest
- extends AbstractPersistable
- implements Comparable<DayOnRequest>
- See Also:
- Serialized Form
DayOnRequest
public DayOnRequest()
getEmployee
public Employee getEmployee()
setEmployee
public void setEmployee(Employee employee)
getShiftDate
public ShiftDate getShiftDate()
setShiftDate
public void setShiftDate(ShiftDate shiftDate)
getWeight
public int getWeight()
setWeight
public void setWeight(int weight)
compareTo
public int compareTo(DayOnRequest other)
- Specified by:
compareTo in interface Comparable<DayOnRequest>
toString
public String toString()
- Overrides:
toString in class AbstractPersistable
Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.