Class Call
- java.lang.Object
-
- org.hibernate.testing.orm.domain.userguide.Call
-
-
Constructor Summary
Constructors Constructor Description Call()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDuration()
Long
getId()
Payment
getPayment()
Phone
getPhone()
LocalDateTime
getTimestamp()
void
setDuration(int duration)
void
setId(Long id)
void
setPayment(Payment payment)
void
setPhone(Phone phone)
void
setTimestamp(LocalDateTime timestamp)
-
-
-
Method Detail
-
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)
-
-