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 intgetDuration()LonggetId()PaymentgetPayment()PhonegetPhone()LocalDateTimegetTimestamp()voidsetDuration(int duration)voidsetId(Long id)voidsetPayment(Payment payment)voidsetPhone(Phone phone)voidsetTimestamp(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)
-
-