public class MeetingSchedule extends AbstractPersistable
id
Constructor and Description |
---|
MeetingSchedule() |
Modifier and Type | Method and Description |
---|---|
List<Attendance> |
getAttendanceList() |
MeetingConstraintConfiguration |
getConstraintConfiguration() |
List<Day> |
getDayList() |
List<MeetingAssignment> |
getMeetingAssignmentList() |
List<Meeting> |
getMeetingList() |
List<Person> |
getPersonList() |
List<Room> |
getRoomList() |
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore |
getScore() |
List<TimeGrain> |
getTimeGrainList() |
void |
setAttendanceList(List<Attendance> attendanceList) |
void |
setConstraintConfiguration(MeetingConstraintConfiguration constraintConfiguration) |
void |
setDayList(List<Day> dayList) |
void |
setMeetingAssignmentList(List<MeetingAssignment> meetingAssignmentList) |
void |
setMeetingList(List<Meeting> meetingList) |
void |
setPersonList(List<Person> personList) |
void |
setRoomList(List<Room> roomList) |
void |
setScore(org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore score) |
void |
setTimeGrainList(List<TimeGrain> timeGrainList) |
compareTo, getId, setId, toString
public MeetingConstraintConfiguration getConstraintConfiguration()
public void setConstraintConfiguration(MeetingConstraintConfiguration constraintConfiguration)
public List<Attendance> getAttendanceList()
public void setAttendanceList(List<Attendance> attendanceList)
public List<MeetingAssignment> getMeetingAssignmentList()
public void setMeetingAssignmentList(List<MeetingAssignment> meetingAssignmentList)
public org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore getScore()
public void setScore(org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore score)
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.