@Override
 public Object getCellValue(Object element) {
   ITransaction t = (ITransaction) element;
   return t.getStringId();
 }