Compares two origin entry groups based on their group ids
Parameters: c1 - the first origin entry group to compare Parameters: c2 - the second origin entry group to comare a negative if c1's group ID is less than c2's; a zero if the group IDs are equal; a positive number otherwise See Also:java.util.Comparator.compare(java.lang.Objectjava.lang.Object)