samples.multicostregular.asap.data.base
Class ASAPCover

java.lang.Object
  extended by samples.multicostregular.asap.data.base.ASAPCover

public class ASAPCover
extends Object

Created by IntelliJ IDEA. User: julien Mail: julien.menana{at}emn.fr Date: Dec 16, 2008 Time: 4:44:46 PM


Constructor Summary
ASAPCover(ASAPItemHandler handler)
           
 
Method Summary
 String getDay()
           
 ArrayList<Integer> getMaxs()
           
 ArrayList<Integer> getMins()
           
 ArrayList<Integer> getPrefs()
           
 ArrayList<ASAPShift> getShifts()
           
 ArrayList<ASAPSkill> getSkills()
           
 void push(ASAPSkill skill, ASAPShift shift, Integer pref, Integer min, Integer max)
           
 void setDay(String day)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASAPCover

public ASAPCover(ASAPItemHandler handler)
Method Detail

getDay

public String getDay()

setDay

public void setDay(String day)

push

public void push(ASAPSkill skill,
                 ASAPShift shift,
                 Integer pref,
                 Integer min,
                 Integer max)

getSkills

public ArrayList<ASAPSkill> getSkills()

getShifts

public ArrayList<ASAPShift> getShifts()

getPrefs

public ArrayList<Integer> getPrefs()

getMins

public ArrayList<Integer> getMins()

getMaxs

public ArrayList<Integer> getMaxs()


Copyright © 2012. All Rights Reserved.