Subversion Repositories eFlore/Applications.del

Rev

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

Rev 918 Rev 978
Line 10... Line 10...
10
	private Date date;
10
	private Date date;
11
	private String id, idParent;
11
	private String id, idParent;
12
	private InterventionForum parent;
12
	private InterventionForum parent;
13
	private Observation observation;
13
	private Observation observation;
14
	public List<Commentaire> listeCommentaires = new ArrayList<Commentaire>();
14
	public List<Commentaire> listeCommentaires = new ArrayList<Commentaire>();
-
 
15
	boolean estAffichee;
15
 
16
	
16
	public void setId(String id) {
17
	public void setId(String id) {
17
		this.id = id;
18
		this.id = id;
18
	}
19
	}
Line 19... Line 20...
19
	
20
	
Line 23... Line 24...
23
	
24
	
24
	public String getIdParent() {
25
	public String getIdParent() {
25
		return idParent;
26
		return idParent;
Line -... Line 27...
-
 
27
	}
-
 
28
 
-
 
29
	public void afficher() {
-
 
30
		this.estAffichee = true;
-
 
31
	}
-
 
32
	
-
 
33
	public boolean estAffichee() {
-
 
34
		return this.estAffichee;
26
	}
35
	}
27
 
36
	
28
	public void setIdParent(String idParent) {
37
	public void setIdParent(String idParent) {
Line 29... Line 38...
29
		this.idParent = idParent;
38
		this.idParent = idParent;