this.org = org; this.name = name;
if ( user.getGroups().add( this ) ) { getUsers().add( user ); }
return description;
return id;
return name;
return org;
return users;
this.description = description;
this.id = id;
this.name = name;
this.org = org;
this.users = users;