Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 985 Rev 997
Line 14... Line 14...
14
	public CollectionACommentaire() {
14
	public CollectionACommentaire() {
15
		initialiser(new JSONObject(), false);
15
		initialiser(new JSONObject(), false);
16
	}
16
	}
Line 17... Line 17...
17
			
17
			
18
	public CollectionACommentaire(JSONObject collectionACommentaireListe) {
18
	public CollectionACommentaire(JSONObject collectionACommentaireListe) {
19
		initialiser(collectionACommentaireListe, false);
19
		initialiser(collectionACommentaireListe, true);
Line 20... Line 20...
20
	}
20
	}
21
	
21
	
22
	public CollectionACommentaire(JSONObject collectionACommentaireListe, boolean chargerCommentaire) {
22
	public CollectionACommentaire(JSONObject collectionACommentaireListe, boolean chargerCommentaire) {