idCounter property

int idCounter
getter/setter pair

Counter to generate a unique id for each instance.

Implementation

static int idCounter = 0;