OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 18 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18 Rev 19
Line 14... Line 14...
14
 package org.openconcerto.erp.core.humanresources.employe;
14
 package org.openconcerto.erp.core.humanresources.employe;
15
 
15
 
16
import org.openconcerto.erp.core.common.element.ComptaSQLConfElement;
16
import org.openconcerto.erp.core.common.element.ComptaSQLConfElement;
17
import org.openconcerto.sql.element.BaseSQLComponent;
17
import org.openconcerto.sql.element.BaseSQLComponent;
18
import org.openconcerto.sql.element.SQLComponent;
18
import org.openconcerto.sql.element.SQLComponent;
19
import javax.swing.JTextField;
-
 
20
 
19
 
21
import java.awt.GridBagConstraints;
20
import java.awt.GridBagConstraints;
22
import java.awt.GridBagLayout;
21
import java.awt.GridBagLayout;
23
import java.util.ArrayList;
22
import java.util.ArrayList;
24
import java.util.List;
23
import java.util.List;
25
 
24
 
26
import javax.swing.JLabel;
25
import javax.swing.JLabel;
-
 
26
import javax.swing.JTextField;
27
 
27
 
28
public class SituationFamilialeSQLElement extends ComptaSQLConfElement {
28
public class SituationFamilialeSQLElement extends ComptaSQLConfElement {
29
 
29
 
30
    public SituationFamilialeSQLElement() {
30
    public SituationFamilialeSQLElement() {
31
        super("SITUATION_FAMILIALE", "une situation familiale", "Situations familiale");
31
        super("SITUATION_FAMILIALE", "une situation familiale", "Situations familiale");