this.name=name;
Returns the fooArray.returnFoo[] return fooArray;
return fooArray;
Returns the foos.returnSet return foos;
return foos;
Returns the id.returnString return id;
return id;
Returns the name.returnString return name;
return name;
Returns the ones.returnList return ones;
return ones;
return otherHolder;
Sets the fooArray.paramfooArray The fooArray to set this.fooArray = fooArray;
this.fooArray = fooArray;
Sets the foos.paramfoos The foos to set this.foos = foos;
this.foos = foos;
Sets the id.paramid The id to set this.id = id;
this.id = id;
Sets the name.paramname The name to set this.name = name;
this.name = name;
Sets the ones.paramones The ones to set this.ones = ones;
this.ones = ones;
otherHolder = holder;