  public boolean setId(int aId)
  {
    boolean wasSet = false;
    id = aId;
    if (traceFlag2)
    {
      FileTracer.handle( System.currentTimeMillis()+","+Thread.currentThread().getId()+",TraceSingleAttributeAfter.ump,8,Tracer,"+System.identityHashCode(this)+",at_s,id,"+id );
    }
    wasSet = true;
    if (id>232100)
    {
      traceFlag2=true;
    }
    return wasSet;
  }

  public boolean setName(String aName)
  {
    boolean wasSet = false;
    name = aName;
    if (traceFlag1)
    {
      FileTracer.handle( System.currentTimeMillis()+","+Thread.currentThread().getId()+",TraceSingleAttributeAfter.ump,7,Tracer,"+System.identityHashCode(this)+",at_s,name,"+name );
    }
    wasSet = true;
    if ("tim".equals(aName))
    {
      traceFlag1=true;
    }
    return wasSet;
  }
