//Simple (mandatory) columns
dtable.setRowNumberCol( new RowNumberCol52() );
dtable.setDescriptionCol( new DescriptionCol52() );
//Simple Condition
Pattern52 p1 = new Pattern52();
p1.setFactType( "Baddie" );
ConditionCol52 con = new ConditionCol52();
con.setConstraintValueType( BaseSingleFieldConstraint.TYPE_LITERAL );
con.setFactField( "name" );
con.setOperator( "==" );
p1.getChildColumns().add( con );
dtable.getConditions().add( p1 );
//BRL Column
BRLConditionColumn brl1 = new BRLConditionColumn();