OptaPlanner distribution 6.0.2-SNAPSHOT

org.optaplanner.examples.nurserostering.domain
Class ShiftTypeSkillRequirement

java.lang.Object
  extended by org.optaplanner.examples.common.domain.AbstractPersistable
      extended by org.optaplanner.examples.nurserostering.domain.ShiftTypeSkillRequirement
All Implemented Interfaces:
Serializable, Comparable<AbstractPersistable>

public class ShiftTypeSkillRequirement
extends AbstractPersistable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
 
Constructor Summary
ShiftTypeSkillRequirement()
           
 
Method Summary
 ShiftType getShiftType()
           
 Skill getSkill()
           
 void setShiftType(ShiftType shiftType)
           
 void setSkill(Skill skill)
           
 String toString()
           
 
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
compareTo, getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShiftTypeSkillRequirement

public ShiftTypeSkillRequirement()
Method Detail

getShiftType

public ShiftType getShiftType()

setShiftType

public void setShiftType(ShiftType shiftType)

getSkill

public Skill getSkill()

setSkill

public void setSkill(Skill skill)

toString

public String toString()
Overrides:
toString in class AbstractPersistable

OptaPlanner distribution 6.0.2-SNAPSHOT

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.