summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/collection/Collection.java
AgeCommit message (Collapse)Author
2014-09-26Switch Collection and Job equals() to Object rather than local. Andrew Branson
2014-09-26Parent2ChildCollection was just a default implementation of Collection,Andrew Branson
so merge the two for simplicity.
2014-09-09Replaced int sysKey Item identifier with UUID, which is now portable.Andrew Branson
ItemPath objects are now used to identify Items throughout the kernel, replacing ints and Integers.
2012-05-30Initial Maven ConversionAndrew Branson