Class Call
java.lang.Object
org.hibernate.testing.orm.domain.userguide.Call
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetId()getPhone()voidsetDuration(int duration) voidvoidsetPayment(Payment payment) voidvoidsetTimestamp(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
-