
@Entity public class Groep extends Object implements Serializable
| Constructor and Description |
|---|
Groep() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBeschrijving() |
Set<Gebruiker> |
getLeden() |
String |
getNaam() |
void |
setBeschrijving(String beschrijving) |
void |
setLeden(Set<Gebruiker> leden) |
void |
setNaam(String naam) |
Copyright © 2015–2017 B3Partners B.V.. All rights reserved.