Constructor and Description |
---|
Service(java.lang.String intitule,
float prix)
Initialise un service avec son intitule.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIntitule()
Renvoie l'intitule de ce service.
|
float |
getPrix()
Renvoie le prix de ce service.
|
void |
setPrix(float prix)
Modifie le prix de ce service.
|