UniqueID source for unique numbers
superclass: Object
*initClass initialize the starting id.
*next get next id, which is unique to the system
// example
UniqueID.next;