public class StudentGroup extends Object
| Constructor and Description |
|---|
StudentGroup(String type,
String reference,
String name)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
Group name
|
String |
getReference()
Group reference
|
String |
getType()
Group type
|
int |
hashCode() |
String |
toString() |
public StudentGroup(String type, String reference, String name)
type - group type (can be empty)reference - group referencename - group namepublic String getReference()