@Entity public class RoomGroup extends Object implements IDataProviderEntity
Constructor and Description |
---|
RoomGroup() |
RoomGroup(Group org,
Room room) |
Modifier and Type | Method and Description |
---|---|
Group |
getGroup() |
Long |
getId() |
Date |
getInserted() |
Room |
getRoom() |
Date |
getUpdated() |
boolean |
isDeleted() |
void |
setDeleted(boolean deleted) |
void |
setGroup(Group group) |
void |
setId(Long id) |
void |
setInserted(Date inserted) |
void |
setRoom(Room room) |
void |
setUpdated(Date updated) |
public Group getGroup()
public void setGroup(Group group)
public Room getRoom()
public void setRoom(Room room)
public Long getId()
getId
in interface IDataProviderEntity
public void setId(Long id)
setId
in interface IDataProviderEntity
public Date getInserted()
public void setInserted(Date inserted)
public Date getUpdated()
public void setUpdated(Date updated)
public boolean isDeleted()
public void setDeleted(boolean deleted)
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.