Exemplo n.º 1
0
 public String toString() {
   return "tree:id:"
       + id
       + " :tabName:"
       + tabName
       + " :idclass:"
       + idClass
       + " :did:"
       + (parentT == null ? 0 : parentT.getId())
       + " :ref:"
       + ref
       + " :sort:"
       + sort
       + " :iddoc:"
       + (docT == null ? 0 : docT.getId())
       + "\n mtlO="
       + getMtlO()
       + (null == getHistory() ? "" : "\n " + getHistory())
   // +":hashCode:"+this.hashCode()
   ;
 }