예제 #1
0
 public void setGroup(Group group) {
   this.group = group;
   if (!group.getClients().contains(this)) group.getClients().add(this);
 }