Class Appointment

java.lang.Object
xyz.nardone.agenda_fps.servizio.entities.Appointment
All Implemented Interfaces:
Serializable

@Entity public class Appointment extends Object implements Serializable
Appointment entity persisted in the appointments table.
See Also:
  • Constructor Details

  • Method Details

    • getId

      public Integer getId()
    • getData

      public String getData()
    • getEsito

      public String getEsito()
    • getPolizza

      public String getPolizza()
    • getPremio

      public Integer getPremio()
    • getClient

      public Client getClient()
    • getBanker

      public Banker getBanker()
    • getNote

      public String getNote()
    • setId

      public void setId(Integer Id)
    • setData

      public void setData(String data)
    • setEsito

      public void setEsito(String esito)
    • setPolizza

      public void setPolizza(String polizza)
    • setPremio

      public void setPremio(Integer premio)
    • setClient

      public void setClient(Client client)
    • setBanker

      public void setBanker(Banker banker)
    • setNote

      public void setNote(String note)