Package | Description |
---|---|
org.optaplanner.examples.pas.domain |
Modifier and Type | Method and Description |
---|---|
Room |
RoomSpecialism.getRoom() |
Room |
BedDesignation.getRoom() |
Room |
Bed.getRoom() |
Room |
RoomEquipment.getRoom() |
Modifier and Type | Method and Description |
---|---|
List<Room> |
Department.getRoomList() |
List<Room> |
PatientAdmissionSchedule.getRoomList() |
Modifier and Type | Method and Description |
---|---|
void |
RoomSpecialism.setRoom(Room room) |
void |
Bed.setRoom(Room room) |
void |
RoomEquipment.setRoom(Room room) |
Modifier and Type | Method and Description |
---|---|
void |
Department.setRoomList(List<Room> roomList) |
void |
PatientAdmissionSchedule.setRoomList(List<Room> roomList) |
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.