|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eteks.outils.Service
Service avec un intitule et un prix.
Constructor Summary | |
Service(java.lang.String intitule,
float prix)
Initialise un service avec son intitule. |
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Service(java.lang.String intitule, float prix)
Method Detail |
public java.lang.String getIntitule()
public void setPrix(float prix)
public float getPrix()
getPrix
in interface Payant
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |