Class SkillProficiency
- java.lang.Object
-
- org.optaplanner.examples.common.domain.AbstractPersistable
-
- org.optaplanner.examples.nurserostering.domain.SkillProficiency
-
public class SkillProficiency extends AbstractPersistable
-
-
Field Summary
-
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
-
-
Constructor Summary
Constructors Constructor Description SkillProficiency()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmployeegetEmployee()SkillgetSkill()voidsetEmployee(Employee employee)voidsetSkill(Skill skill)StringtoString()-
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId
-
-