Subversion Repositories eFlore/Applications.del

Rev

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

Rev 978 Rev 979
Line 88... Line 88...
88
 
88
 
89
	public void ajouterCommentaire(Commentaire commentaire) {
89
	public void ajouterCommentaire(Commentaire commentaire) {
90
		listeCommentaires.add(commentaire);
90
		listeCommentaires.add(commentaire);
Line -... Line 91...
-
 
91
	}
-
 
92
	
-
 
93
	public boolean aDesCommentaires() {
-
 
94
		return (listeCommentaires.size() != 0);
91
	}
95
	}
92
	
96
	
93
	public PropositionDetermination getPropositionParenteOuNulle() {
97
	public PropositionDetermination getPropositionParenteOuNulle() {
94
		InterventionForum parent = getParent();
98
		InterventionForum parent = getParent();
95
		PropositionDetermination proposition = null;
99
		PropositionDetermination proposition = null;