nc.setWidth( c.width );
return nc;
}
private ActionInsertFactCol52 makeNewColumn( ActionInsertFactCol c ) {
ActionInsertFactCol52 nc = new ActionInsertFactCol52();
nc.setBoundName( c.boundName );
nc.setDefaultValue( new DTCellValue52( c.defaultValue ) );
nc.setFactField( c.factField );
nc.setFactType( c.factType );
nc.setHeader( c.header );
nc.setHideColumn( c.hideColumn );
nc.setType( c.type );
nc.setValueList( c.valueList );
nc.setWidth( c.width );
return nc;
}