Subversion Repositories eFlore/Applications.del

Rev

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

Rev 513 Rev 597
Line 44... Line 44...
44
		return id;
44
		return id;
45
	}
45
	}
46
	public void setId(String id) {
46
	public void setId(String id) {
47
		this.id = id;
47
		this.id = id;
48
	}
48
	}
49
	public boolean isIdentifie() {
49
	public boolean estIdentifie() {
50
		return identifie;
50
		return identifie;
51
	}
51
	}
52
	public void setIdentifie(boolean identifie) {
52
	public void setIdentifie(boolean identifie) {
53
		this.identifie = identifie;
53
		this.identifie = identifie;
54
	}
54
	}