Make cook and waiter look around for work to do if they are idle
[pub/jan/sbc.git] / src / main / java / at / ac / tuwien / sbc / valesriegler / common / HasId.java
1 package at.ac.tuwien.sbc.valesriegler.common;
2
3 public interface HasId {
4         public int getId();
5 }