Exemplo n.º 1
0
 public MatchableCollection(MatchRow mr) {
   rows.add(mr);
   racTip = mr.isRacunSide();
   saldo = mr.isKob() ? mr.getPVSaldo().abs() : mr.getPVSaldo();
   matchFactor = 0;
   repr = tool = null;
   //    repr = getStringRepresentation();
   //    tool = getToolTipRepresentation();
 }