@Entity public class FcResaSalle extends Object implements Serializable
Constructor and Description |
---|
FcResaSalle() |
FcResaSalle(FcSalle salle,
FcSeance seance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Double |
getIdent() |
FcSalle |
getSalle() |
FcSeance |
getSeance() |
void |
setIdent(Double ident)
BDD : IDENT
Identifiant |
void |
setSalle(FcSalle salle)
BDD : SALLE
Pointeur sur FC_SALLE |
void |
setSeance(FcSeance seance)
BDD : SEANCE
Pointeur sur FC_SEANCE |
String |
toString() |
public Double getIdent()
public void setIdent(Double ident)
Identifiant
- public FcSalle getSalle()
public void setSalle(FcSalle salle)
Pointeur
- sur FC_SALLEpublic FcSeance getSeance()
public void setSeance(FcSeance seance)
Pointeur
- sur FC_SEANCECopyright © 2016. All rights reserved.