Subversion Repositories eFlore/Applications.del

Rev

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

Rev 890 Rev 893
Line 30... Line 30...
30
	
30
	
31
	public void setParent(InterventionForum parent) {
31
	public void setParent(InterventionForum parent) {
32
		this.parent = parent;
32
		this.parent = parent;
Line -... Line 33...
-
 
33
	}
-
 
34
	
-
 
35
	public boolean estFils() {
-
 
36
		return (this.parent != null);
33
	}
37
	}
34
	
38
	
35
	public InterventionForum getParent() {
39
	public InterventionForum getParent() {
Line 36... Line 40...
36
		return parent;
40
		return parent;