> > It would be usefull to make toString()s human, logical, > but also complete. human vs logical & complete .. hm ... > - start with a number leftpadded with 0000 (logical) (nodenr,age,...) > - all readable fields (complete), but chunk huge text fields (human) > - the name of an otype (reltype,reldef,...) as well as the number > (human)
The problem with this is that the toString method wil get to complicate and will cause errors. the toString should also not access other builders or perform queries (i think)
