Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 97 Rev 104
Line 446... Line 446...
446
				{
446
				{
447
					supprimerObservation() ;
447
					supprimerObservation() ;
448
				}
448
				}
449
				else
449
				else
450
				{
450
				{
451
					viderChampsObservation();
451
					raz();
452
				}
452
				}
Line 453... Line 453...
453
				
453
				
Line 619... Line 619...
619
	}
619
	}
Line 620... Line 620...
620
 
620
 
621
	
621
	
622
	public void afficherDetailsObservation(Observation obs)
622
	public void afficherDetailsObservation(Observation obs)
Line 623... Line 623...
623
	{
623
	{
624
		viderChampsObservation() ;
624
		raz() ;
625
		
625
		
626
		if(!obs.getDate().equals("null") && !obs.getDate().equals("000null")) {
626
		if(!obs.getDate().equals("null") && !obs.getDate().equals("000null")) {
Line 655... Line 655...
655
			numeroOrdre = obs.getNumeroOrdre() ;
655
			numeroOrdre = obs.getNumeroOrdre() ;
656
		}
656
		}
Line 657... Line 657...
657
		
657
		
Line 658... Line 658...
658
	}
658
	}
659
	
659
	
Line 660... Line 660...
660
	public void viderChampsObservation()
660
	public void raz()
661
	{
661
	{
662
 
662
 
Line 706... Line 706...
706
	 */
706
	 */
707
	public boolean getModification()
707
	public boolean getModification()
708
	{
708
	{
709
		return modification ;
709
		return modification ;
710
	}
710
	}
711
	
-
 
Line 712... Line 711...
712
 
711