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