public class Profil
extends java.lang.Object
Constructor and Description |
---|
Profil() |
Profil(java.lang.String Titre_profil,
java.sql.Time Houverture,
java.sql.Time Hfermerture,
int idLieux)
Constructeur du Profil.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
afficher() |
java.sql.Time |
getHfermerture() |
java.sql.Time |
getHouverture() |
int |
getIdLieux() |
java.lang.String |
getTitre_profil() |
void |
setHfermerture(java.sql.Time hfermerture) |
void |
setHouverture(java.sql.Time houverture) |
void |
setIdLieux(int idLieux) |
void |
setTitre_profil(java.lang.String titre_profil) |
public Profil()
public Profil(java.lang.String Titre_profil, java.sql.Time Houverture, java.sql.Time Hfermerture, int idLieux)
le
- titre du profil, l'heure d'ouverture, l'heure de fermerture, l'id du lieupublic java.lang.String getTitre_profil()
public void setTitre_profil(java.lang.String titre_profil)
public java.sql.Time getHouverture()
public void setHouverture(java.sql.Time houverture)
public java.sql.Time getHfermerture()
public void setHfermerture(java.sql.Time hfermerture)
public int getIdLieux()
public void setIdLieux(int idLieux)
public java.lang.String afficher()