Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1329 Rev 1369
Line 157... Line 157...
157
	}
157
	}
Line 158... Line 158...
158
	
158
	
159
	public void setIdentification(Boolean bool) {
159
	public void setIdentification(Boolean bool) {
160
		set("identifie", bool);
160
		set("identifie", bool);
161
	}
161
	}
162
 
162
	
163
	public boolean avoirLicenceAcceptee() {
163
	public boolean avoirLicenceAcceptee() {
164
		if (getLicence().equals("1"))	{
164
		if (getLicence().equals("1"))	{
165
			return true;
165
			return true;
166
		}	else	{
166
		}	else	{