ma.glasnost.orika.test.unenhance.inheritance2
Class RoomEntity
java.lang.Object
ma.glasnost.orika.test.unenhance.inheritance2.AbstractEntity
ma.glasnost.orika.test.unenhance.inheritance2.RoomEntity
@Entity
public class RoomEntity
- extends AbstractEntity
- Author:
- Sergey Vasilyev
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoomEntity
public RoomEntity()
getTenants
public Set<PersonEntity> getTenants()
setTenants
public void setTenants(Set<PersonEntity> tenants)
Copyright © 2014 Glasnost. All Rights Reserved.