Files
GSBjava/GSBapplication/src/Metier/Observation.java
medhi.rodrigues 09ac92b6b2 fichier Jar SQL
2025-03-12 10:36:55 +01:00

33 lines
557 B
Java

/*
* 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;
}
}