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