java.lang.Object
org.hibernate.testing.orm.domain.userguide.Call

@Entity public class Call extends Object
  • Constructor Details

    • Call

      public Call()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getPhone

      public Phone getPhone()
    • setPhone

      public void setPhone(Phone phone)
    • getTimestamp

      public LocalDateTime getTimestamp()
    • setTimestamp

      public void setTimestamp(LocalDateTime timestamp)
    • getDuration

      public int getDuration()
    • setDuration

      public void setDuration(int duration)
    • getPayment

      public Payment getPayment()
    • setPayment

      public void setPayment(Payment payment)