public class ScheduleRequestCalcContainer extends Object
Constructor and Description |
---|
ScheduleRequestCalcContainer(String aoId,
String schdCmpId,
String scheduleType,
List<TimeSlotInfo> timeSlots,
List<RoomInfo> rooms,
List<BuildingInfo> bldgs,
Boolean tbaInd) |
Modifier and Type | Method and Description |
---|---|
String |
getAoId() |
List<BuildingInfo> |
getBldgs() |
List<RoomInfo> |
getRooms() |
String |
getSchdCmpId() |
String |
getScheduleType() |
Boolean |
getTbaInd() |
List<TimeSlotInfo> |
getTimeSlots() |
void |
setAoId(String aoId) |
void |
setBldgs(List<BuildingInfo> bldgs) |
void |
setRooms(List<RoomInfo> rooms) |
void |
setSchdCmpId(String schdCmpId) |
void |
setScheduleType(String scheduleType) |
void |
setTbaInd(Boolean tbaInd) |
void |
setTimeSlots(List<TimeSlotInfo> timeSlots) |
public ScheduleRequestCalcContainer(String aoId, String schdCmpId, String scheduleType, List<TimeSlotInfo> timeSlots, List<RoomInfo> rooms, List<BuildingInfo> bldgs, Boolean tbaInd)
public String getScheduleType()
public void setScheduleType(String scheduleType)
public List<BuildingInfo> getBldgs()
public void setBldgs(List<BuildingInfo> bldgs)
public String getSchdCmpId()
public void setSchdCmpId(String schdCmpId)
public List<TimeSlotInfo> getTimeSlots()
public void setTimeSlots(List<TimeSlotInfo> timeSlots)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.