Package | Description |
---|---|
edu.wisc.cae.emsclient | |
edu.wisc.cae.emsclient.model |
Modifier and Type | Method and Description |
---|---|
ReservationAddResult |
EmsClient.addReservation(int groupID,
int roomID,
Date bookingDate,
Date startTime,
Date endTime,
String eventName,
int statusID)
Creates a Reservation in EMS
|
Modifier and Type | Field and Description |
---|---|
protected ReservationAddResult |
Reservation.data |
Modifier and Type | Method and Description |
---|---|
ReservationAddResult |
ObjectFactory.createReservationAddResult()
Create an instance of
ReservationAddResult |
ReservationAddResult |
Reservation.getData()
Gets the value of the data property.
|
Modifier and Type | Method and Description |
---|---|
void |
Reservation.setData(ReservationAddResult value)
Sets the value of the data property.
|
Copyright © 2017 University of Wisconsin-Madison, Computer-Aided Engineering Center. All Rights Reserved.