Class Account
- java.lang.Object
-
- org.hibernate.testing.orm.domain.userguide.Account
-
-
Constructor Summary
Constructors Constructor Description Account()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Person
getOwner()
List<Payment>
getPayments()
void
setOwner(Person owner)
-