super();
this.name = name; created = new Date();
children.add(child); child.setParent(this); return this;
return children;
return created;
return description;
return id;
return name;
return parent;
this.children = children;
this.created = created;
this.description = description;
this.id = id;
this.name = name;
this.parent = parent;