Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1542 Rev 2609
Line 39... Line 39...
39
		return numeroNom;
39
		return numeroNom;
40
	}
40
	}
Line 41... Line 41...
41
 
41
 
42
	public String getStatut() {
42
	public String getStatut() {
43
		return statut;
43
		return statut;
-
 
44
	}  
-
 
45
	
-
 
46
	public boolean estRetenu() {
-
 
47
		return statut != null && statut.equals("3");
44
	}        
48
	}
45
}
49
}