Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1691 Rev 1756
Line 255... Line 255...
255
	public void setCourrielAuteur(String courrielAuteur) {
255
	public void setCourrielAuteur(String courrielAuteur) {
256
		this.courrielAuteur = courrielAuteur;
256
		this.courrielAuteur = courrielAuteur;
257
	}
257
	}
Line 258... Line 258...
258
	
258
	
259
	public boolean estADeterminer() {
259
	public boolean estADeterminer() {
260
		return nomRetenu == null || nomRetenu.isEmpty() || motsClefs.contains("aDeterminer");
260
		return nomRetenu == null || nomRetenu.isEmpty() || nomRetenu.equals("0") || motsClefs.contains("aDeterminer");
Line 261... Line 261...
261
	}
261
	}
262
	
262
	
263
	public String getReferentiel() {
263
	public String getReferentiel() {