@Entity public class RoomEntity extends AbstractEntity
| Constructor and Description |
|---|
RoomEntity() |
| Modifier and Type | Method and Description |
|---|---|
Set<PersonEntity> |
getTenants() |
void |
setTenants(Set<PersonEntity> tenants) |
getId, setIdpublic Set<PersonEntity> getTenants()
public void setTenants(Set<PersonEntity> tenants)
Copyright © 2019 Glasnost. All rights reserved.