|
|
|
|
@ -380,6 +380,43 @@ public class FormSeguranca extends AbstractPageBean
|
|
|
|
|
{
|
|
|
|
|
this.gridPanel5 = hpg;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private TableColumn tableColumnActualParticipado = new TableColumn();
|
|
|
|
|
|
|
|
|
|
public TableColumn getTableColumnActualParticipado()
|
|
|
|
|
{
|
|
|
|
|
return tableColumnActualParticipado;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setTableColumnActualParticipado( TableColumn tc )
|
|
|
|
|
{
|
|
|
|
|
this.tableColumnActualParticipado = tc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private TableColumn tableColumnSeguimentoParticipado = new TableColumn();
|
|
|
|
|
|
|
|
|
|
public TableColumn getTableColumnSeguimentoParticipado()
|
|
|
|
|
{
|
|
|
|
|
return tableColumnSeguimentoParticipado;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setTableColumnSeguimentoParticipado( TableColumn tc )
|
|
|
|
|
{
|
|
|
|
|
this.tableColumnSeguimentoParticipado = tc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private TableColumn tableColumnConcluidoParticipado = new TableColumn();
|
|
|
|
|
|
|
|
|
|
public TableColumn getTableColumnConcluidoParticipado()
|
|
|
|
|
{
|
|
|
|
|
return tableColumnConcluidoParticipado;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setTableColumnConcluidoParticipado( TableColumn tc )
|
|
|
|
|
{
|
|
|
|
|
this.tableColumnConcluidoParticipado = tc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private Table table2 = new Table();
|
|
|
|
|
|
|
|
|
|
public Table getTable2()
|
|
|
|
|
|