Añadidas llamadas a EJB y retocada interfaz

This commit is contained in:
Alejandro Linares Amado
2019-12-28 20:58:51 +01:00
parent b2258e7ba0
commit 627ee49afa
5 changed files with 6 additions and 7 deletions

View File

@@ -49,8 +49,7 @@ public class VisitJPA implements Serializable {
super();
}
public VisitJPA(Integer id, Date date, LocalTime time, String observations, String result, PatientJPA patient, FamilyDoctorJPA familydoctor) {
this.id = id;
public VisitJPA(Date date, LocalTime time, String observations, String result, PatientJPA patient, FamilyDoctorJPA familydoctor) {
this.date = date;
this.time = time;
this.observations = observations;