Class Call
java.lang.Object
org.hibernate.testing.orm.domain.userguide.Call
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getId()
getPhone()
void
setDuration
(int duration) void
void
setPayment
(Payment payment) void
void
setTimestamp
(LocalDateTime timestamp)
-
Constructor Details
-
Call
public Call()
-
-
Method Details
-
getId
-
setId
-
getPhone
-
setPhone
-
getTimestamp
-
setTimestamp
-
getDuration
public int getDuration() -
setDuration
public void setDuration(int duration) -
getPayment
-
setPayment
-