this.name = name;
b.setLocation(this); beings.add(b);
returnReturns the beings. return beings;
return beings;
returnReturns the id. return id;
return id;
returnReturns the name. return name;
return name;
parambeings The beings to set. this.beings = beings;
this.beings = beings;
paramid The id to set. this.id = id;
this.id = id;
paramname The name to set. this.name = name;