org.drools.planner.examples.nurserostering.domain
Class ShiftTypeSkillRequirement

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

public class ShiftTypeSkillRequirement
extends AbstractPersistable
implements Comparable<ShiftTypeSkillRequirement>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.drools.planner.examples.common.domain.AbstractPersistable
id
 
Constructor Summary
ShiftTypeSkillRequirement()
           
 
Method Summary
 int compareTo(ShiftTypeSkillRequirement other)
           
 ShiftType getShiftType()
           
 Skill getSkill()
           
 void setShiftType(ShiftType shiftType)
           
 void setSkill(Skill skill)
           
 String toString()
           
 
Methods inherited from class org.drools.planner.examples.common.domain.AbstractPersistable
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)

compareTo

public int compareTo(ShiftTypeSkillRequirement other)
Specified by:
compareTo in interface Comparable<ShiftTypeSkillRequirement>

toString

public String toString()
Overrides:
toString in class AbstractPersistable


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.