~crf-team/crf-irp/crf-irp

« back to all changes in this revision

Viewing changes to JavaSource/fr/croixrouge/rdp/model/monitor/rowMapper/InterventionMotifAnnulationRowMapper.java

  • Committer: Thomas
  • Date: 2010-03-10 23:55:46 UTC
  • Revision ID: thomas@daisybox-port-20100310235546-23635dk6x5asb1ca
Upgrade ExtJs 3.1.1
Upgrade Spring 3.0.1 + dependencies
Change Jawr JS post processor : YUI
Upgrade to last build of dwr 3 trunk 69 revision 3019(after build 116), upgrade jawr-dwr plugin 1.4 unofficiale from jose noheda, Jawr 3.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
import fr.croixrouge.rdp.model.monitor.InterventionMotifAnnulation;
9
9
 
10
 
public class InterventionMotifAnnulationRowMapper extends RowMapperHelper implements RowMapper
 
10
public class InterventionMotifAnnulationRowMapper extends RowMapperHelper implements RowMapper<InterventionMotifAnnulation>
11
11
{
12
12
 
13
 
  public Object mapRow(ResultSet rs, int rowNum) throws SQLException
 
13
  public InterventionMotifAnnulation mapRow(ResultSet rs, int rowNum) throws SQLException
14
14
  {
15
15
    InterventionMotifAnnulation interventionMotifAnnulation = new InterventionMotifAnnulation();
16
16
    interventionMotifAnnulation.setId   (rs.getInt   ("id_motif_annulation"   ));