Subversion Repositories eFlore/Applications.coel

Rev

Rev 1014 | Rev 1369 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1014 Rev 1173
Line 17... Line 17...
17
	//FIXME: insérer en base de données une valeur cohérente pour l'identifiant ci-dessous
17
	//FIXME: insérer en base de données une valeur cohérente pour l'identifiant ci-dessous
18
	public static final String ROLE_SUJET = "30762";
18
	public static final String ROLE_SUJET = "30762";
Line 19... Line 19...
19
	
19
	
20
	private Personne personneLiee = null;
20
	private Personne personneLiee = null;
-
 
21
	private Publication publicationLiee = null;
Line 21... Line 22...
21
	private Publication publicationLiee = null;
22
	public static String[] champsObligatoires = {"cpuap_id_personne", "cpuap_id_publication", "cpuap_id_role"};
22
	
23
	
23
	public PublicationAPersonne() {
24
	public PublicationAPersonne() {
Line 68... Line 69...
68
	@Override
69
	@Override
69
	protected String getPrefixe() {
70
	protected String getPrefixe() {
70
		return PREFIXE;
71
		return PREFIXE;
71
	}
72
	}
Line -... Line 73...
-
 
73
 
-
 
74
	protected String[] getChampsObligatoires()	{
-
 
75
		return champsObligatoires;
-
 
76
	}
72
 
77
	
73
	public Personne getPersonne() {
78
	public Personne getPersonne() {
74
		return personneLiee;
79
		return personneLiee;
75
	}
80
	}
76
	public void setPersonne(Personne personne) {
81
	public void setPersonne(Personne personne) {