protected void store() throws Exception {
   TAItem item = TAItem.newTAItem(ITEM_DEPTH);
   item._isRoot = true;
   _class = item.getClass();
   store(item);
 }