@Embeddable
public class ProfExamLugarId
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ProfExamLugarId() |
ProfExamLugarId(int idProf,
int idExam,
int idLugar) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
int |
getIdExam() |
int |
getIdLugar() |
int |
getIdProf() |
int |
hashCode() |
void |
setIdExam(int idExam) |
void |
setIdLugar(int idLugar) |
void |
setIdProf(int idProf) |
public ProfExamLugarId()
public ProfExamLugarId(int idProf, int idExam, int idLugar)
public int getIdProf()
public void setIdProf(int idProf)
public int getIdExam()
public void setIdExam(int idExam)
public int getIdLugar()
public void setIdLugar(int idLugar)
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object