public class Bed extends AbstractPersistable implements Labeled
id| Constructor and Description |
|---|
Bed() |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndexInRoom() |
String |
getLabel() |
String |
getLabelInRoom() |
Room |
getRoom() |
void |
setIndexInRoom(int indexInRoom) |
void |
setRoom(Room room) |
String |
toString() |
getId, setIdpublic Room getRoom()
public void setRoom(Room room)
public int getIndexInRoom()
public void setIndexInRoom(int indexInRoom)
public String getLabelInRoom()
public String toString()
toString in class AbstractPersistableCopyright © 2006–2021 JBoss by Red Hat. All rights reserved.