returnReturns the children. return children;
return children;
returnReturns the id. return id;
return id;
returnReturns the name. return name;
return name;
paramchildren The children to set. this.children = children;
this.children = children;
paramid The id to set. this.id = id;
this.id = id;
paramname The name to set. this.name = name;
this.name = name;