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<AbstractPersistable>
public class SkillProficiency
- extends AbstractPersistable
- 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)
toString
public String toString()
- Overrides:
toString
in class AbstractPersistable
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.