Line 39... |
Line 39... |
39 |
private final static SQLTable tableFichePayeElement = base.getTable("FICHE_PAYE_ELEMENT");
|
39 |
private final static SQLTable tableFichePayeElement = base.getTable("FICHE_PAYE_ELEMENT");
|
40 |
private final static SQLTable tableMois = base.getTable("MOIS");
|
40 |
private final static SQLTable tableMois = base.getTable("MOIS");
|
41 |
private final static SQLTable tableCaisse = Configuration.getInstance().getBase().getTable("CAISSE_COTISATION");
|
41 |
private final static SQLTable tableCaisse = Configuration.getInstance().getBase().getTable("CAISSE_COTISATION");
|
42 |
private final static SQLTable tableRubCot = Configuration.getInstance().getBase().getTable("RUBRIQUE_COTISATION");
|
42 |
private final static SQLTable tableRubCot = Configuration.getInstance().getBase().getTable("RUBRIQUE_COTISATION");
|
43 |
|
43 |
|
44 |
private final static DateFormat dateFormat = DateFormat.getDateInstance(DateFormat.MEDIUM);
|
44 |
private final DateFormat dateFormat = DateFormat.getDateInstance(DateFormat.MEDIUM);
|
45 |
private int moisDu, moisAu;
|
45 |
private int moisDu, moisAu;
|
46 |
private String annee;
|
46 |
private String annee;
|
47 |
|
47 |
|
48 |
public static void setSize(int debut, int fin) {
|
48 |
public static void setSize(int debut, int fin) {
|
49 |
debutFill = debut;
|
49 |
debutFill = debut;
|