this.name = name; created = generateCurrentDate();
children.add( child ); child.setParent( this ); return this;
// Note : done as java.sql.Date mainly to work around issue with // MySQL and its lack of milli-second precision on its DATETIME // and TIMESTAMP datatypes. return new Date( new java.util.Date().getTime() );
return cascadingChildren;
return children;
return created;
return description;
return name;
return parent;
this.cascadingChildren = cascadingChildren;
this.children = children;
this.created = created;
this.description = description;
this.name = name;
this.parent = parent;