CLASSE
This commit is contained in:
31
GSBapplication/src/Metier/Observation.java
Normal file
31
GSBapplication/src/Metier/Observation.java
Normal file
@@ -0,0 +1,31 @@
|
||||
/*
|
||||
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
|
||||
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
|
||||
*/
|
||||
package Metier;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author medhi.rodrigues
|
||||
*/
|
||||
public class Observation {
|
||||
/**
|
||||
* observation = l'observation d'un m<>dicament
|
||||
*/
|
||||
private String observation;
|
||||
|
||||
|
||||
|
||||
//LES GUETTEUR
|
||||
/**
|
||||
* @return the observation
|
||||
*/
|
||||
public String getObservation() {
|
||||
return observation;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user