Exemplo n.º 1
0
 public Area(int num, int tam, int dir, String estado, TareaEntity t)
 {
     this.t      = t;
     this.num    = num;
     this.tam    = tam;
     this.dir    = dir;
     this.estado = estado;
 }
Exemplo n.º 2
0
 public ColaElement(TareaEntity te)
 {
     this.te = te;
 }