this.id = id; this.name = name;
return children;
return id;
return name;
return parent;
return version;
this.children = children;
this.id = id;
this.name = name;
this.parent = parent;
this.version = version;