at2.setAttribute( "enabled" );
dt.getAttributeCols().add( at1 );
dt.getAttributeCols().add( at2 );
c1 = new ConditionCol();
c1.setBoundName( "c1" );
c1.setFactType( "Driver" );
c1.setFactField( "name" );
c1.setOperator( "==" );
c1.setConstraintValueType( BaseSingleFieldConstraint.TYPE_LITERAL );
dt.getConditionCols().add( c1 );
c2 = new ConditionCol();
c2.setBoundName( "c2" );
c2.setFactType( "Driver" );
c2.setFactField( "age" );
c2.setOperator( "==" );
c2.setConstraintValueType( BaseSingleFieldConstraint.TYPE_LITERAL );
dt.getConditionCols().add( c2 );
c3 = new ConditionCol();
c3.setBoundName( "c3" );
c3.setFactType( "Driver" );
c3.setFactField( "dateOfBirth" );
c3.setOperator( "==" );
c3.setConstraintValueType( BaseSingleFieldConstraint.TYPE_LITERAL );
dt.getConditionCols().add( c3 );
c4 = new ConditionCol();
c4.setBoundName( "c4" );
c4.setFactType( "Driver" );
c4.setFactField( "approved" );
c4.setOperator( "==" );
c4.setConstraintValueType( BaseSingleFieldConstraint.TYPE_LITERAL );