class Legemiddel { static int nextId = 0; int id; Legemiddel() { id = nextId++; } }