Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1150 Rev 1185
Line 233... Line 233...
233
	
233
	
234
	// DÉCÉS
234
	// DÉCÉS
235
	public boolean estDecedee()	{
235
	public boolean estDecedee()	{
236
		String ceDeces = getDeces();
236
		String ceDeces = getDeces();
237
		if (ceDeces.isEmpty() || ceDeces.equals(ETRE_DECEDE))	{
-
 
238
			return false;
-
 
239
		} else {
237
		if (ceDeces.isEmpty() || ceDeces.equals(ETRE_DECEDE))	{
-
 
238
			return true;
-
 
239
		} else {
240
			return true;
240
			return false;
241
		}
241
		}
242
	}
242
	}
243
	public String getDeces()	{
243
	public String getDeces()	{
244
		return renvoyerValeurCorrecte("ce_deces");
244
		return renvoyerValeurCorrecte("ce_deces");