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; }
public ColaElement(TareaEntity te) { this.te = te; }