Interface Group
- All Known Implementing Classes:
GroupImpl
public interface Group
An interface providing methods to access group details
-
Method Details
-
getName
String getName()Returns the name of the group- Returns:
- - the name of the group
-
getCompetitors
List<Competitor> getCompetitors()Returns an unmodifiableListrepresenting group competitors- Returns:
- - an unmodifiable
Listrepresenting group competitors(if available); otherwise null
-
getId
Returns the id of the group- Returns:
- - the id of the group
-