ma.glasnost.orika.test.unenhance.inheritance2
Class RoomEntity

java.lang.Object
  extended by ma.glasnost.orika.test.unenhance.inheritance2.AbstractEntity
      extended by ma.glasnost.orika.test.unenhance.inheritance2.RoomEntity

@Entity
public class RoomEntity
extends AbstractEntity

Author:
Sergey Vasilyev

Constructor Summary
RoomEntity()
           
 
Method Summary
 Set<PersonEntity> getTenants()
           
 void setTenants(Set<PersonEntity> tenants)
           
 
Methods inherited from class ma.glasnost.orika.test.unenhance.inheritance2.AbstractEntity
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoomEntity

public RoomEntity()
Method Detail

getTenants

public Set<PersonEntity> getTenants()

setTenants

public void setTenants(Set<PersonEntity> tenants)


Copyright © 2014 Glasnost. All Rights Reserved.