public interface IGroup
This documentation describes the current draft of the PC2 API, which is subject to change.
String getName()
boolean equals(Object obj)
Determination of whether two Groups are equal is based on whether they refer to the
same Group as originally created in PC2 by the Contest Administrator.
Note in particular that subsequent changes to a Group
made by the Contest Administrator (for example,
changes to the Group name) do not affect the result of the
equals()
method; if this Group refers to the same Group as the one indicated by the
specified parameter, this method will return true regardless of whether the internal contents of the two
Group objects is identical or not.