public class Group extends Object
Modifier and Type | Class and Description |
---|---|
class |
Group.GroupNotFoundException |
Constructor and Description |
---|
Group(int id,
String year) |
Group(String name,
String year) |
Group(String name,
String year,
int id,
ArrayList<User> uMan) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static ArrayList<Group> |
getGroupCollection(String year) |
static Iterable<Group> |
getGroups(String year) |
int |
getID() |
String |
getName() |
Iterable<User> |
getUsers() |
String |
getYear() |
int |
hashCode() |
void |
removeGroup() |
String |
toString() |
public Group(int id, String year)
public void removeGroup()
public String getName()
public String getYear()
public int getID() throws Group.GroupNotFoundException
Group.GroupNotFoundException
Copyright © 2014–2018. All rights reserved.