]> git.somenet.org - pub/jan/sbc.git/blob - src/main/java/at/ac/tuwien/sbc/valesriegler/common/HasId.java
Support for space notifications for pizzeria and group agents. Change table model...
[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 }